Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pranesh64
/
BIT-Events-Notifier
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Update app.py
#1
by
selva1909
- opened
6 days ago
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -809,5 +809,5 @@ if __name__ == "__main__":
809
810
# Start Gradio app
811
app.launch(
812
-
share=False # Set
to True for public sharing
813
)
809
810
# Start Gradio app
811
app.launch(
812
+
share=False # Set
813
)