Spaces:
Running
Running
fix
Browse files
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",
|