Porjaz commited on
Commit
7d30f3f
1 Parent(s): 0b48de8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,4 +180,4 @@ gradio_app = gr.Interface(
180
  title="Finnish-Emotion-Recognition",
181
  )
182
 
183
- gradio_app.launch()
 
180
  title="Finnish-Emotion-Recognition",
181
  )
182
 
183
+ gradio_app.launch(share=True, ssl_verify=False)