wiydarrr commited on
Commit
336fbd7
1 Parent(s): 29169bd

add runShortGPTColab

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