chengzeyi commited on
Commit
0e732d9
·
1 Parent(s): 0b12d38
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -467,7 +467,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
467
 
468
  example_dropdown.change(lambda ex: ex,
469
  inputs=[example_dropdown],
470
- outputs=[input_text])
 
471
 
472
  # Two status boxes - small (default) and big (during generation)
473
  small_status_box = gr.Markdown("Ready to generate images",
 
467
 
468
  example_dropdown.change(lambda ex: ex,
469
  inputs=[example_dropdown],
470
+ outputs=[input_text],
471
+ api_name=False)
472
 
473
  # Two status boxes - small (default) and big (during generation)
474
  small_status_box = gr.Markdown("Ready to generate images",