Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EconLabAI
/
Lobos_Machine
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
EconLabAI
commited on
Dec 25, 2024
Commit
043880b
·
verified
·
1 Parent(s):
8c425ee
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -71,4 +71,4 @@ iface = gr.Interface(
71
)
72
73
if __name__ == "__main__":
74
-
iface.launch(
share=True
)
# share=True macht die UI öffentlich zugänglich
71
)
72
73
if __name__ == "__main__":
74
+
iface.launch()