HashScripts commited on
Commit
8c521a6
1 Parent(s): 12ed2c5

Update gui/gui_gradio.py

Browse files
Files changed (1) hide show
  1. gui/gui_gradio.py +1 -1
gui/gui_gradio.py CHANGED
@@ -11,7 +11,7 @@ from shortGPT.utils.cli import CLI
11
  class ShortGptUI(AbstractBaseUI):
12
  '''Class for the GUI. This class is responsible for creating the UI and launching the server.'''
13
 
14
- def __init__(self, colab=False):
15
  super().__init__(ui_name='gradio_shortgpt')
16
  self.colab = colab
17
  CLI.display_header()
 
11
  class ShortGptUI(AbstractBaseUI):
12
  '''Class for the GUI. This class is responsible for creating the UI and launching the server.'''
13
 
14
+ def __init__(self, colab=True):
15
  super().__init__(ui_name='gradio_shortgpt')
16
  self.colab = colab
17
  CLI.display_header()