update sharing settings
Browse files
main.py
CHANGED
|
@@ -104,4 +104,4 @@ iface = gr.Interface(
|
|
| 104 |
examples=["What is Subspace Network?", "Do you have a token?", "System requirements"]
|
| 105 |
)
|
| 106 |
|
| 107 |
-
iface.launch(share=
|
|
|
|
| 104 |
examples=["What is Subspace Network?", "Do you have a token?", "System requirements"]
|
| 105 |
)
|
| 106 |
|
| 107 |
+
iface.launch(share=False)
|