Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
oberbics
/
HistorySpace
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
oberbics
commited on
Apr 22
Commit
a08456e
·
verified
·
1 Parent(s):
4f7c964
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -613,4 +613,4 @@ Die Katastrophe in <span style="background-color: #a8e6cf; font-weight: bold; pa
613
""")
614
615
if __name__ == "__main__":
616
-
demo.launch()
613
""")
614
615
if __name__ == "__main__":
616
+
demo.launch(
share=True
)