Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as pan:
|
|
59 |
choices=[m["name"] for m in models],
|
60 |
type="index",
|
61 |
value=current_model["name"],
|
62 |
-
|
63 |
)
|
64 |
input_text = gr.Textbox(label="Prompt idea",)
|
65 |
with gr.Row():
|
|
|
59 |
choices=[m["name"] for m in models],
|
60 |
type="index",
|
61 |
value=current_model["name"],
|
62 |
+
# interactive=True,
|
63 |
)
|
64 |
input_text = gr.Textbox(label="Prompt idea",)
|
65 |
with gr.Row():
|