Spaces:
Runtime error
Runtime error
LucyintheSky
commited on
Commit
•
7252988
1
Parent(s):
6f62fb6
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,9 @@ theme = gr.themes.Base(
|
|
41 |
)
|
42 |
|
43 |
with gr.Blocks(theme=theme) as demo:
|
|
|
|
|
|
|
44 |
img = gr.Image(show_label=False, type='pil')
|
45 |
textbox = gr.Textbox(show_label=False, placeholder='type your prompt in here')
|
46 |
button = gr.Button("generate", variant="primary")
|
|
|
41 |
)
|
42 |
|
43 |
with gr.Blocks(theme=theme) as demo:
|
44 |
+
gr.Markdown("""
|
45 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/650a1281b48ff3906647edd0/2uEN7Lxi_07f_lNUJHGv6.png)
|
46 |
+
""")
|
47 |
img = gr.Image(show_label=False, type='pil')
|
48 |
textbox = gr.Textbox(show_label=False, placeholder='type your prompt in here')
|
49 |
button = gr.Button("generate", variant="primary")
|