Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
davidlms
/
describepdf
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
davidlms
commited on
Apr 26
Commit
4912bb4
·
verified
·
1 Parent(s):
7532efa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,4 +18,4 @@ def create_interface():
18
app = create_interface()
19
20
if __name__ == "__main__":
21
-
app.launch(
srr=False
)
18
app = create_interface()
19
20
if __name__ == "__main__":
21
+
app.launch()