Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DataScienceProject
/
VIT_Demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
benjaminStreltzin
commited on
Sep 12, 2024
Commit
5dde09c
·
verified
·
1 Parent(s):
279a488
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -20,5 +20,5 @@ demo = gr.Interface(
20
)
21
22
# Launch the Gradio interface
23
-
if __name__ == "__main__":
24
-
demo.launch()
20
)
21
22
# Launch the Gradio interface
23
+
24
+
demo.launch()