Spaces:
Build error
Build error
HashScripts
commited on
Commit
•
f41509f
1
Parent(s):
7d8a4a2
Update runShortGPT.py
Browse files- runShortGPT.py +1 -1
runShortGPT.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
from gui.gui_gradio import ShortGptUI
|
2 |
|
3 |
app = ShortGptUI(colab=False)
|
4 |
-
app.launch()
|
|
|
1 |
from gui.gui_gradio import ShortGptUI
|
2 |
|
3 |
app = ShortGptUI(colab=False)
|
4 |
+
app.launch(share=True)
|