Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Senqiao
/
VisionZip
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
79af30a
VisionZip
/
app.py
Senqiao
update the debug code
79af30a
about 2 months ago
raw
Copy download link
history
blame
Safe
110 Bytes
import
time
print
(
'hello world'
)
# Make the app stop and avoid the port conflict
while
True
:
time.sleep(
10
)