Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
DaniKaEp/ShapingHistory_Interpulation
shaigordin
/
ShapingHistory_Interpulation
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DaniKaEp
commited on
Jun 15, 2024
Commit
8ba0f0d
·
verified
·
1 Parent(s):
5919981
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,4 +65,4 @@ iface = gr.Interface(
65
66
67
if __name__ == "__main__":
68
-
iface.launch()
65
66
67
if __name__ == "__main__":
68
+
iface.launch(
share=True
)