Spaces:
Runtime error
Runtime error
Commit
·
44b548d
1
Parent(s):
abbc006
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,8 @@ from PIL import Image
|
|
116 |
import json
|
117 |
|
118 |
|
119 |
-
client = InferenceClient()
|
|
|
120 |
|
121 |
|
122 |
|
|
|
116 |
import json
|
117 |
|
118 |
|
119 |
+
# client = InferenceClient()
|
120 |
+
client = InferenceClient(model="SG161222/Realistic_Vision_V1.4")
|
121 |
|
122 |
|
123 |
|