Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
singhtech
/
AutoTabML
like
0
Running
App
Files
Files
Community
singhtech
commited on
Jul 15
Commit
99241c8
•
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()