Spaces:
Runtime error
Runtime error
Commit
·
7f8eac7
1
Parent(s):
b11675e
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ model_input = gr.inputs.Dropdown(
|
|
46 |
)
|
47 |
hf_model_input = gr.inputs.Dropdown(
|
48 |
label="Select Hugging Face model",
|
49 |
-
choices=["microsoft/DialoGPT-large", "
|
50 |
default="microsoft/DialoGPT-large",
|
51 |
)
|
52 |
mode_input = gr.inputs.Dropdown(
|
|
|
46 |
)
|
47 |
hf_model_input = gr.inputs.Dropdown(
|
48 |
label="Select Hugging Face model",
|
49 |
+
choices=["microsoft/DialoGPT-large", "Salesforce/codegen-2B-multi", "microsoft/DialoGPT-small"],
|
50 |
default="microsoft/DialoGPT-large",
|
51 |
)
|
52 |
mode_input = gr.inputs.Dropdown(
|