wiydarrr commited on
Commit
f8220e4
1 Parent(s): 9396b39

Update runShortGPTColab.py

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