Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -231,7 +231,7 @@ def submit_gradio_module(task_type, model_param_limit):
|
|
| 231 |
with gr.Row():
|
| 232 |
params_input = gr.Textbox(
|
| 233 |
label="Params (in Millions)",
|
| 234 |
-
interactive=
|
| 235 |
)
|
| 236 |
num_downloads_input = gr.Textbox(
|
| 237 |
label="Number of Downloads",
|
|
|
|
| 231 |
with gr.Row():
|
| 232 |
params_input = gr.Textbox(
|
| 233 |
label="Params (in Millions)",
|
| 234 |
+
interactive=True,
|
| 235 |
)
|
| 236 |
num_downloads_input = gr.Textbox(
|
| 237 |
label="Number of Downloads",
|