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
Jun 9, 2024
Commit
157df43
·
verified
·
1 Parent(s):
702b8f8
Update app.py
Browse files
Change is souce code
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -411,5 +411,5 @@ def create_tasks(func_call,user_question,file_name, data_upload, df, suggestion,
411
412
return tasks
413
414
-
415
-
main()
411
412
return tasks
413
414
+
if __name__ == "__main__":
415
+
main()