Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ukzada
/
Monthly_Forcasting
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ukzada
commited on
Jan 6
Commit
ba8efbd
·
verified
·
1 Parent(s):
1fa4c16
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -3,4 +3,5 @@ from gradio_app import build_interface
3
demo = build_interface()
4
5
if __name__ == "__main__":
6
-
launch()
3
demo = build_interface()
4
5
if __name__ == "__main__":
6
+
demo.
launch()
7
+