Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,8 +100,7 @@ with gr.Blocks() as demo:
|
|
100 |
gr.Image(image)
|
101 |
gr.Markdown(text)
|
102 |
button = gr.Button("Update Text")
|
103 |
-
|
104 |
-
button.click(demo.update)
|
105 |
demo.launch()
|
106 |
|
107 |
|
|
|
100 |
gr.Image(image)
|
101 |
gr.Markdown(text)
|
102 |
button = gr.Button("Update Text")
|
103 |
+
button.click(demo.update)
|
|
|
104 |
demo.launch()
|
105 |
|
106 |
|