Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shaokun
/
training-playground
like
0
Runtime error
App
Files
Files
Community
shaokun
commited on
Apr 12, 2023
Commit
bfc9705
·
1 Parent(s):
365977d
WIP
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -13,4 +13,4 @@ iface = gr.Interface(
13
description="Load a CSV file and display its contents.",
14
)
15
16
-
iface.launch(
share=True
)
13
description="Load a CSV file and display its contents.",
14
)
15
16
+
iface.launch()