Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ if __name__ == "__main__":
|
|
104 |
inputs = gr.inputs.File()
|
105 |
outputs = [gr.outputs.Textbox(), 'plot']
|
106 |
|
107 |
-
title = "
|
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>
|