Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 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")
|