Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shiv1143
/
table-type-classification
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Shiv1143
commited on
Jun 21, 2024
Commit
8a3a27c
·
verified
·
1 Parent(s):
fdce11f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,4 +41,4 @@ gradio_app = gr.Interface(
41
)
42
43
if __name__ == "__main__":
44
-
gradio_app.launch(debug=True)
41
)
42
43
if __name__ == "__main__":
44
+
gradio_app.launch(
share=True,
debug=True)