Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ayush200399391001
/
medical_chat_summary
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ayush200399391001
commited on
Feb 17
Commit
52637ae
·
verified
·
1 Parent(s):
f20fe72
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -587,5 +587,5 @@ def main():
587
if current_step in steps:
588
steps[current_step]()
589
590
-
if
_name_
== "_main_":
591
main()
587
if current_step in steps:
588
steps[current_step]()
589
590
+
if
__name__
== "_main_":
591
main()