Update app.py
Browse files
app.py
CHANGED
@@ -309,7 +309,7 @@ with demo:
|
|
309 |
choices=[i.value.name for i in Precision if i != Precision.Unknown],
|
310 |
label="Precision",
|
311 |
multiselect=False,
|
312 |
-
value="
|
313 |
interactive=True,
|
314 |
)
|
315 |
hf_model_id = gr.Textbox(label="Huggingface Model ID")
|
|
|
309 |
choices=[i.value.name for i in Precision if i != Precision.Unknown],
|
310 |
label="Precision",
|
311 |
multiselect=False,
|
312 |
+
value="other",
|
313 |
interactive=True,
|
314 |
)
|
315 |
hf_model_id = gr.Textbox(label="Huggingface Model ID")
|