Pixartist commited on
Commit
5974ebf
1 Parent(s): 8c5a38f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  from IPython import get_ipython
5
  from IPython.display import display, Markdown
6
 
7
- COLAB = True
8
 
9
  if COLAB:
10
  from google.colab.output import clear as clear_output
 
4
  from IPython import get_ipython
5
  from IPython.display import display, Markdown
6
 
7
+ COLAB = False
8
 
9
  if COLAB:
10
  from google.colab.output import clear as clear_output