chidojawbreaker commited on
Commit
e58afcc
1 Parent(s): 290c3f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -24,8 +24,7 @@ def predict(Image):
24
 
25
  title = "CT-iRAD"
26
  description = "Welcome to CT-iRAD -- a web based decision support system for radiologists when screening lung diseases -- COVID-19, LUNG CANCER and PNEUMONIA -- in CT images. Please Upload the CT scan image for screening below."
27
- article = "<p style='text-align: center'><a href='https://github.com/bryandlee/animegan2-pytorch' target='_blank'>Github Repo Pytorch</a></p> <center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_animegan' alt='visitor badge'></center></p>"
28
 
29
- iRAD = gr.Interface(fn=predict, inputs="image", outputs="text", theme="darkhuggingface", title=title,description=description,article=article)
30
 
31
  iRAD.launch()
 
24
 
25
  title = "CT-iRAD"
26
  description = "Welcome to CT-iRAD -- a web based decision support system for radiologists when screening lung diseases -- COVID-19, LUNG CANCER and PNEUMONIA -- in CT images. Please Upload the CT scan image for screening below."
 
27
 
28
+ iRAD = gr.Interface(fn=predict, inputs="image", outputs="text", theme="darkhuggingface", title=title,description=description)
29
 
30
  iRAD.launch()