Spaces:
Running
Running
Update app.py
Browse filesremoving default name
app.py
CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks() as demo:
|
|
169 |
interactive=True,
|
170 |
)
|
171 |
with gr.Column():
|
172 |
-
model_name_textbox = gr.Textbox(label="Model name"
|
173 |
precision = gr.Dropdown(
|
174 |
choices=[i.value.name for i in Precision if i != Precision.Unknown],
|
175 |
label="Precision",
|
|
|
169 |
interactive=True,
|
170 |
)
|
171 |
with gr.Column():
|
172 |
+
model_name_textbox = gr.Textbox(label="Model name")
|
173 |
precision = gr.Dropdown(
|
174 |
choices=[i.value.name for i in Precision if i != Precision.Unknown],
|
175 |
label="Precision",
|