Spaces:
Runtime error
Runtime error
LucyintheSky
commited on
Commit
•
5052c63
1
Parent(s):
7bfda4a
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,8 @@ theme = gr.themes.Base(
|
|
42 |
|
43 |
with gr.Blocks(theme=theme) as demo:
|
44 |
gr.Markdown("""
|
45 |
-
<center> ![image/png](https://cdn-uploads.huggingface.co/production/uploads/650a1281b48ff3906647edd0/rbzPKW_p5XTG9leEO4uFt.png) </center>
|
46 |
<center> <img src="https://cdn-uploads.huggingface.co/production/uploads/650a1281b48ff3906647edd0/rbzPKW_p5XTG9leEO4uFt.png" > </center>
|
|
|
47 |
""")
|
48 |
img = gr.Image(show_label=False, type='pil')
|
49 |
textbox = gr.Textbox(show_label=False, placeholder='type your prompt in here')
|
|
|
42 |
|
43 |
with gr.Blocks(theme=theme) as demo:
|
44 |
gr.Markdown("""
|
|
|
45 |
<center> <img src="https://cdn-uploads.huggingface.co/production/uploads/650a1281b48ff3906647edd0/rbzPKW_p5XTG9leEO4uFt.png" > </center>
|
46 |
+
<br><br><br>
|
47 |
""")
|
48 |
img = gr.Image(show_label=False, type='pil')
|
49 |
textbox = gr.Textbox(show_label=False, placeholder='type your prompt in here')
|