pikto commited on
Commit
a396572
·
1 Parent(s): b46a3bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- interactive=True,
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():