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:
singhtech
/
AutoTabML
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
singhtech
commited on
Jul 15, 2024
Commit
99241c8
·
verified
·
1 Parent(s):
65aa4e2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -279,5 +279,6 @@ def initialize_llm(model):
279
model_name=model
280
)
281
282
if __name__ == "__main__":
283
main()
279
model_name=model
280
)
281
282
+
#main function
283
if __name__ == "__main__":
284
main()