Spaces:
Runtime error
Runtime error
Commit
·
235c45a
1
Parent(s):
5197153
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
from transformers import SummarizationPipeline
|
|
|
1 |
+
git clone https://huggingface.co/spaces/hamzamalik11/radiology_summarizer
|
2 |
+
git add app.py
|
3 |
+
git commit -m "Add application file"
|
4 |
+
git push
|
5 |
import gradio as gr
|
6 |
from transformers import pipeline
|
7 |
from transformers import SummarizationPipeline
|