tonyassi commited on
Commit
919d0c6
·
verified ·
1 Parent(s): aa7827e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, show_share_button=False, show_download_button=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