wiydarrr commited on
Commit
16da68a
1 Parent(s): aba34a0

Update runShortGPT.py

Browse files
Files changed (1) hide show
  1. runShortGPT.py +1 -1
runShortGPT.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(colab=False)
4
  app.launch()