Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eaedk
/
Agri-Tech
like
4
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eaedk
commited on
May 18, 2023
Commit
646959f
·
1 Parent(s):
70d6bf5
debug
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -245,4 +245,4 @@ with gr.Blocks() as demo:
245
246
247
if __name__ == "__main__":
248
-
demo.launch(share=True)
245
246
247
if __name__ == "__main__":
248
+
demo.launch(share=True
, debug=True
)