Spaces:
Build error
Build error
HashScripts
commited on
Commit
•
e75f6c7
1
Parent(s):
20f9572
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
from gui.gui_gradio import ShortGptUI
|
2 |
|
3 |
app = ShortGptUI(colab=True)
|
4 |
-
app.launch() # Launch the interface
|
5 |
|
6 |
# After launching, generate a share link
|
7 |
-
share_link = app.
|
8 |
-
print("
|
|
|
1 |
from gui.gui_gradio import ShortGptUI
|
2 |
|
3 |
app = ShortGptUI(colab=True)
|
4 |
+
app.launch() # Launch the Gradio interface
|
5 |
|
6 |
# After launching, generate a share link
|
7 |
+
share_link = app.share()
|
8 |
+
print("Share Link:", share_link)
|