Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ with gr.Blocks(title="Image Classification for 1000 Objects", css=".gradio-conta
|
|
| 41 |
|
| 42 |
inp_model_details = gr.Textbox(placeholder="Enter model details")
|
| 43 |
out = gr.Textbox()
|
| 44 |
-
|
| 45 |
|
| 46 |
|
| 47 |
with gr.Row():
|
|
|
|
| 41 |
|
| 42 |
inp_model_details = gr.Textbox(placeholder="Enter model details")
|
| 43 |
out = gr.Textbox()
|
| 44 |
+
inp_model_details.change( inp_model_details, welcome, out)
|
| 45 |
|
| 46 |
|
| 47 |
with gr.Row():
|