Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
srinidhidevaraj
/
Medical_GPT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
srinidhidevaraj
commited on
Jun 20, 2024
Commit
3a431b5
·
1 Parent(s):
30ba9b2
added book
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,5 +73,5 @@ def chat():
73
74
75
if __name__ == '__main__':
76
-
app.run(
host="0.0.0.0", port= 8080,
debug= True)
77
73
74
75
if __name__ == '__main__':
76
+
app.run(debug= True)
77