Kilos1 commited on
Commit
a1b3b5c
·
verified ·
1 Parent(s): 4efe98f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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)