Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nlp-group
/
Medical_Women_chat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jrocha
commited on
Apr 18, 2024
Commit
c1a3ab2
·
verified
·
1 Parent(s):
fd5f0b9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -101,5 +101,5 @@ def main():
101
102
return iface.launch(debug = True, share=True)
103
104
-
#
if __name__ == "__main__":
105
-
#
main()
101
102
return iface.launch(debug = True, share=True)
103
104
+
if __name__ == "__main__":
105
+
main()