Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -86,4 +86,4 @@ iface = gr.Interface(
|
|
86 |
flagging_options=[("π", "positive"), ("π", "negative")],
|
87 |
)
|
88 |
|
89 |
-
iface.launch(debug=False)
|
|
|
86 |
flagging_options=[("π", "positive"), ("π", "negative")],
|
87 |
)
|
88 |
|
89 |
+
iface.launch(debug=False, share=True)
|