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