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 19, 2023
Commit
d6f4883
·
1 Parent(s):
9cd5fa0
update
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -245,6 +245,6 @@ with gr.Blocks() as demo:
245
246
247
if __name__ == "__main__":
248
-
demo.launch(
#share=True,
249
debug=True
250
-
)
245
246
247
if __name__ == "__main__":
248
+
demo.launch(
249
debug=True
250
+
)
#share=True,