Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ with demo:
|
|
| 148 |
|
| 149 |
img_but = gr.Button('Detect')
|
| 150 |
|
| 151 |
-
with gr.Blocks()
|
| 152 |
name = gr.Textbox(label="Name")
|
| 153 |
output = gr.Textbox(label="Results")
|
| 154 |
greet_btn = gr.Button("Results")
|
|
|
|
| 148 |
|
| 149 |
img_but = gr.Button('Detect')
|
| 150 |
|
| 151 |
+
with gr.Blocks():
|
| 152 |
name = gr.Textbox(label="Name")
|
| 153 |
output = gr.Textbox(label="Results")
|
| 154 |
greet_btn = gr.Button("Results")
|