MohamedRashad commited on
Commit
16195c8
·
verified ·
1 Parent(s): 775cc61

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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=False,
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",