Spaces:
Runtime error
Runtime error
Commit
·
a31713f
1
Parent(s):
abf93f6
Update app.py
Browse files
app.py
CHANGED
@@ -116,9 +116,9 @@ from PIL import Image
|
|
116 |
import json
|
117 |
|
118 |
|
119 |
-
|
120 |
|
121 |
-
client = InferenceClient(model="SG161222/Realistic_Vision_V1.4")
|
122 |
|
123 |
def do_ML(filename:str,text:str,code:str):
|
124 |
|
|
|
116 |
import json
|
117 |
|
118 |
|
119 |
+
client = InferenceClient()
|
120 |
|
121 |
+
# client = InferenceClient(model="SG161222/Realistic_Vision_V1.4")
|
122 |
|
123 |
def do_ML(filename:str,text:str,code:str):
|
124 |
|