Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
eaedk
/
Agri-Tech
like
4
Sleeping
App
Files
Files
Community
eaedk
commited on
May 18, 2023
Commit
e5dcd93
β’
1 Parent(s):
fbfdc46
=
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -245,4 +245,6 @@ with gr.Blocks() as demo:
245
246
247
if __name__ == "__main__":
248
-
demo.launch(share=True,
debug=True)
245
246
247
if __name__ == "__main__":
248
+
demo.launch(
#
share=True,
249
+
debug=True
250
+
)