Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
|
|
100 |
with gr.Row():
|
101 |
img_1= gr.Image(label="image")
|
102 |
inp = gr.Textbox(placeholder="What is your name?")
|
103 |
-
text_1 = gr.
|
104 |
button = gr.Button(label="Update Text")
|
105 |
button.click(sample_word_and_display_info,inputs=inp, outputs=text_1)
|
106 |
demo.launch()
|
|
|
100 |
with gr.Row():
|
101 |
img_1= gr.Image(label="image")
|
102 |
inp = gr.Textbox(placeholder="What is your name?")
|
103 |
+
text_1 = gr.Textbox(label="text")
|
104 |
button = gr.Button(label="Update Text")
|
105 |
button.click(sample_word_and_display_info,inputs=inp, outputs=text_1)
|
106 |
demo.launch()
|