Update app.py
Browse files
app.py
CHANGED
@@ -159,4 +159,4 @@ iface = gr.Interface(
|
|
159 |
list_outputs=True,
|
160 |
rtl=True)
|
161 |
|
162 |
-
iface.launch(debug=True,share=
|
|
|
159 |
list_outputs=True,
|
160 |
rtl=True)
|
161 |
|
162 |
+
iface.launch(debug=True,share=False) # will create a temporary sharable link
|