Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -183,7 +183,7 @@ with gr.Blocks() as demo:
|
|
| 183 |
character_button = gr.Button('Initiate Characters')
|
| 184 |
#characters_html = gr.HTML()
|
| 185 |
with gr.Row():
|
| 186 |
-
image_a = gr.Image(show_label=False, interactive=False
|
| 187 |
gr.Markdown(' ')
|
| 188 |
image_b = gr.Image(show_label=False, interactive=False, show_fullscreen_button=False, show_share_button=False, show_download_button=False)
|
| 189 |
|
|
|
|
| 183 |
character_button = gr.Button('Initiate Characters')
|
| 184 |
#characters_html = gr.HTML()
|
| 185 |
with gr.Row():
|
| 186 |
+
image_a = gr.Image(show_label=False, interactive=False)
|
| 187 |
gr.Markdown(' ')
|
| 188 |
image_b = gr.Image(show_label=False, interactive=False, show_fullscreen_button=False, show_share_button=False, show_download_button=False)
|
| 189 |
|