Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,4 +81,6 @@ with gr.Blocks() as demo:
|
|
| 81 |
)
|
| 82 |
submit_btn.click(
|
| 83 |
predict, inputs=[input_text, experiment, experiment_message], outputs=[output]
|
| 84 |
-
)
|
|
|
|
|
|
|
|
|
| 81 |
)
|
| 82 |
submit_btn.click(
|
| 83 |
predict, inputs=[input_text, experiment, experiment_message], outputs=[output]
|
| 84 |
+
)
|
| 85 |
+
|
| 86 |
+
demo.launch(share=True)
|