Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
codic/Business-Card-Scanner-To-Csv
codic
/
Business-Card-Scanner-To-Csv-gredio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
codic
commited on
Mar 19
Commit
c1045fc
·
verified
·
1 Parent(s):
6e903e1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -135,4 +135,4 @@ with gr.Blocks() as app:
135
)
136
137
# For API access
138
-
app.launch(share=True)
135
)
136
137
# For API access
138
+
app.launch(
debug=True, show_api=True,
share=True)