Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,8 @@ from share_btn import community_icon_html, loading_icon_html, share_js
|
|
14 |
|
15 |
from huggingface_hub import from_pretrained_keras
|
16 |
|
|
|
|
|
17 |
# MODEL_CKPT = "chansung/textual-inversion-pipeline@v1673026791"
|
18 |
# MODEL = from_pretrained_keras(MODEL_CKPT)
|
19 |
|
|
|
14 |
|
15 |
from huggingface_hub import from_pretrained_keras
|
16 |
|
17 |
+
import requests
|
18 |
+
|
19 |
# MODEL_CKPT = "chansung/textual-inversion-pipeline@v1673026791"
|
20 |
# MODEL = from_pretrained_keras(MODEL_CKPT)
|
21 |
|