Spaces:
Running
Running
yizhangliu
commited on
Commit
•
ace0747
1
Parent(s):
356cc92
Update app.py
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ def read_content(file_path: str) -> str:
|
|
248 |
return content
|
249 |
|
250 |
def predict(dict):
|
251 |
-
|
252 |
|
253 |
'''
|
254 |
image = dict["image"] # .convert("RGB") #.resize((512, 512))
|
|
|
248 |
return content
|
249 |
|
250 |
def predict(dict):
|
251 |
+
print(f'liuyz_0_', dict)
|
252 |
|
253 |
'''
|
254 |
image = dict["image"] # .convert("RGB") #.resize((512, 512))
|