jalFaizy commited on
Commit
b52ffae
·
1 Parent(s): be87173

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ if __name__ == "__main__":
104
  inputs = gr.inputs.File()
105
  outputs = [gr.outputs.Textbox(), 'plot']
106
 
107
- title = "3D CNN for CT scans"
108
  description = "This space implements 3D convolutional neural network to predict the presence of viral pneumonia in computer tomography scans."
109
  article = """<p style='text-align: center'>
110
  <a href='https://keras.io/examples/vision/3D_image_classification/' target='_blank'>Keras Example given by Hasib Zunair</a>
 
104
  inputs = gr.inputs.File()
105
  outputs = [gr.outputs.Textbox(), 'plot']
106
 
107
+ title = "Predicting Viral Pneumonia in CT scans using 3D CNN"
108
  description = "This space implements 3D convolutional neural network to predict the presence of viral pneumonia in computer tomography scans."
109
  article = """<p style='text-align: center'>
110
  <a href='https://keras.io/examples/vision/3D_image_classification/' target='_blank'>Keras Example given by Hasib Zunair</a>