Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hamzamalik11
/
radiology_summarizer
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hamzamalik11
commited on
Aug 2, 2023
Commit
224891b
·
1 Parent(s):
63feba1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ iface = gr.Interface(fn=summarize,
32
theme="huggingface")
33
34
if __name__ == "__main__":
35
-
iface.launch(share=False)
32
theme="huggingface")
33
34
if __name__ == "__main__":
35
+
iface.launch(share=False)