Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sambhavnoobcoder
/
PDF-text-extractor_sd_1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sambhavnoobcoder
commited on
Jun 18, 2023
Commit
868b522
·
1 Parent(s):
62835f2
last code gave constant black loading of gradio interface
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,7 +65,7 @@ def main():
65
debug=True
66
)
67
68
-
iface.launch(
share=True
)
69
70
71
if __name__ == "__main__":
65
debug=True
66
)
67
68
+
iface.launch()
69
70
71
if __name__ == "__main__":