Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
UVA-MSBA
/
Mod3Team12-v2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bs3va
commited on
Mar 7
Commit
8e6700d
·
verified
·
1 Parent(s):
24efae9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -109,3 +109,5 @@ with gr.Blocks(title=title) as demo:
109
}
110
</style>
111
""")
109
}
110
</style>
111
""")
112
+
113
+
demo.launch()