Spaces:
Runtime error
Runtime error
Commit
·
74cc09d
1
Parent(s):
d69d53c
test
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from diffusers import StableDiffusionPipeline, DDIMScheduler, DiffusionPipeline
|
|
8 |
import streamlit as st
|
9 |
|
10 |
from huggingface_hub import login
|
11 |
-
login()
|
12 |
|
13 |
|
14 |
# model_path = WEIGHTS_DIR # If you want to use previously trained model saved in gdrive, replace this with the full path of model in gdrive
|
|
|
8 |
import streamlit as st
|
9 |
|
10 |
from huggingface_hub import login
|
11 |
+
login(token = "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")
|
12 |
|
13 |
|
14 |
# model_path = WEIGHTS_DIR # If you want to use previously trained model saved in gdrive, replace this with the full path of model in gdrive
|