jbilcke-hf commited on
Commit
ba5b2d3
·
verified ·
1 Parent(s): 109cf96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -4,19 +4,6 @@ import gradio as gr
4
 
5
  gradio_app = gr.Blocks()
6
  with gradio_app:
7
- gr.HTML(
8
- """
9
- <h1 style='text-align: center'>
10
- Stable Cascade 🚀
11
- </h1>
12
- """)
13
- gr.HTML(
14
- """
15
- <h3 style='text-align: center'>
16
- Follow me for more!
17
- <a href='https://twitter.com/kadirnar_ai' target='_blank'>Twitter</a> | <a href='https://github.com/kadirnar' target='_blank'>Github</a> | <a href='https://www.linkedin.com/in/kadir-nar/' target='_blank'>Linkedin</a> | <a href='https://www.huggingface.co/kadirnar/' target='_blank'>HuggingFace</a>
18
- </h3>
19
- """)
20
  with gr.Row():
21
  with gr.Column():
22
  web_demo()
 
4
 
5
  gradio_app = gr.Blocks()
6
  with gradio_app:
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  with gr.Row():
8
  with gr.Column():
9
  web_demo()