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 24, 2024
Commit
bc847c8
·
verified
·
1 Parent(s):
06bd79d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -80,4 +80,4 @@ custom_css = """
80
81
# Launch the Gradio interface
82
if __name__ == "__main__":
83
-
demo.launch(
css=custom_css,
share=True)
80
81
# Launch the Gradio interface
82
if __name__ == "__main__":
83
+
demo.launch(share=True)