Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,4 +35,4 @@ with gr.Blocks() as demo:
|
|
| 35 |
btn = gr.Button("Go")
|
| 36 |
btn.click(fn=predecir_intervencion, inputs=hechos, outputs=[intervencion, resultado])
|
| 37 |
|
| 38 |
-
demo.launch(
|
|
|
|
| 35 |
btn = gr.Button("Go")
|
| 36 |
btn.click(fn=predecir_intervencion, inputs=hechos, outputs=[intervencion, resultado])
|
| 37 |
|
| 38 |
+
demo.launch()
|