nevreal commited on
Commit
f4510da
·
verified ·
1 Parent(s): 33c6efc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks() as demo:
50
 
51
  custom_model_textbox = gr.Textbox(label="Enter Custom Model", placeholder="Type your model name here", visible=False)
52
 
53
- output = gr.Textbox(label="Selected Model", interactive=False)
54
 
55
  with gr.Row():
56
  submit_button = gr.Button("Submit Option")
 
50
 
51
  custom_model_textbox = gr.Textbox(label="Enter Custom Model", placeholder="Type your model name here", visible=False)
52
 
53
+ output = gr.Textbox(label="enter Model")
54
 
55
  with gr.Row():
56
  submit_button = gr.Button("Submit Option")