vpcom commited on
Commit
0a26f7d
·
1 Parent(s): 7abd59e

fix: the revision back

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ PROMPT = ""
22
  USERNAME = ""
23
  NAME = ""
24
 
25
- REVISION = "" #"4f68dc3740b410835da71811d92bd3b2d690e79c"
26
 
27
  MODEL_REPO_URL = f"https://huggingface.co/{MODEL_NAME}"
28
 
 
22
  USERNAME = ""
23
  NAME = ""
24
 
25
+ REVISION = "4f68dc3740b410835da71811d92bd3b2d690e79c"
26
 
27
  MODEL_REPO_URL = f"https://huggingface.co/{MODEL_NAME}"
28