Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
moondream/test-space
moondream
/
grounded-vqa
like
3
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vikhyatk
commited on
Nov 21, 2024
Commit
d430aa2
·
verified
·
1 Parent(s):
5912d41
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
try:
2
import spaces
3
IN_SPACES = True
4
except ImportError:
5
from functools import wraps
1
try:
2
import spaces
3
+
4
IN_SPACES = True
5
except ImportError:
6
from functools import wraps