sasha HF Staff commited on
Commit
6b12f0c
·
verified ·
1 Parent(s): 258b7de

Update app.py

Browse files

removing default name

Files changed (1) hide show
  1. app.py +1 -1
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", value="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",