Spaces:
Build error
Build error
HashScripts
commited on
Commit
•
39c101d
1
Parent(s):
0b8e1eb
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from gui.gui_gradio import ShortGptUI
|
2 |
|
3 |
app = ShortGptUI(colab=True)
|
4 |
-
app.launch() # Launch the Gradio interface
|
5 |
|
|
|
1 |
from gui.gui_gradio import ShortGptUI
|
2 |
|
3 |
app = ShortGptUI(colab=True)
|
4 |
+
app.launch(share=True) # Launch the Gradio interface
|
5 |
|