Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#3
by
linoyts
HF Staff
- opened
app.py
CHANGED
@@ -2,9 +2,6 @@
|
|
2 |
python scripts/gradio_demo.py
|
3 |
'''
|
4 |
|
5 |
-
from huggingface_hub import login
|
6 |
-
login(token='hf' + '_AXWPrcOaMDdPlwkvsFVPrIxWstxAfOdcqX')
|
7 |
-
|
8 |
import sys
|
9 |
import os
|
10 |
workspace_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "icedit"))
|
|
|
2 |
python scripts/gradio_demo.py
|
3 |
'''
|
4 |
|
|
|
|
|
|
|
5 |
import sys
|
6 |
import os
|
7 |
workspace_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "icedit"))
|