Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
SNOMED-LOINC-eCQM
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
awacke1
commited on
Oct 28, 2022
Commit
425fc2c
·
1 Parent(s):
e23f7c9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -209,4 +209,4 @@ demo = gr.Interface(
209
)
210
211
if __name__ == "__main__":
212
-
demo.launch(debug=
true
)
209
)
210
211
if __name__ == "__main__":
212
+
demo.launch(debug=
True
)