RiverZ commited on
Commit
795fb65
·
verified ·
1 Parent(s): a45eaef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -2,6 +2,9 @@
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"))
 
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"))