Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
moondream/test-space
moondream
/
grounded-vqa
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vikhyatk
commited on
Nov 12, 2024
Commit
9272205
·
verified
·
1 Parent(s):
df5f888
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -25,6 +25,8 @@ except ImportError:
25
26
IN_SPACES = False
27
28
import torch
29
import os
30
import gradio as gr
25
26
IN_SPACES = False
27
28
+
print("IN_SPACES", IN_SPACES)
29
+
30
import torch
31
import os
32
import gradio as gr