Spaces:
Running
on
T4
Running
on
T4
yuntian-deng
commited on
Commit
•
ef2bb40
1
Parent(s):
81efcaa
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ with gr.Blocks() as demo:
|
|
95 |
#yield s
|
96 |
q = image_clean
|
97 |
q = q.reshape((64, 320, 3))
|
98 |
-
print (q.min(), q.max())
|
99 |
yield i, q, submit_btn.update(visible=False)
|
100 |
yield i, q, submit_btn.update(visible=True)
|
101 |
#with requests.post(url=API_ENDPOINT, data=data, timeout=600, stream=True) as r:
|
|
|
95 |
#yield s
|
96 |
q = image_clean
|
97 |
q = q.reshape((64, 320, 3))
|
98 |
+
#print (q.min(), q.max())
|
99 |
yield i, q, submit_btn.update(visible=False)
|
100 |
yield i, q, submit_btn.update(visible=True)
|
101 |
#with requests.post(url=API_ENDPOINT, data=data, timeout=600, stream=True) as r:
|