Spaces:
Runtime error
Runtime error
IamVicky111
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import io
|
|
9 |
from PIL import Image
|
10 |
import os
|
11 |
|
12 |
-
|
13 |
API_URL = os.environ.get("MODEL_API_URL")
|
14 |
|
15 |
|
|
|
9 |
from PIL import Image
|
10 |
import os
|
11 |
|
12 |
+
gr.load("models/hakurei/waifu-diffusion").launch()
|
13 |
API_URL = os.environ.get("MODEL_API_URL")
|
14 |
|
15 |
|