HashScripts commited on
Commit
3b6b598
·
verified ·
1 Parent(s): 647c8aa

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from gui.gui_gradio import ShortGptUI
2
+
3
+ app = ShortGptUI(colab=False)
4
+ app.launch()