Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
resolverkatla
/
VQA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
resolverkatla
commited on
25 days ago
Commit
3b7ffc7
·
1 Parent(s):
5a958cd
.
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -29,4 +29,4 @@ vqa_interface = gr.Interface(
29
30
31
if __name__ == "__main__":
32
-
demo
.launch()
29
30
31
if __name__ == "__main__":
32
+
vqa_interface
.launch()