Spaces:
Build error
Build error
HashScripts
commited on
Commit
•
8c521a6
1
Parent(s):
12ed2c5
Update gui/gui_gradio.py
Browse files- 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=
|
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()
|