Baskar2005
commited on
Commit
•
e2bd532
1
Parent(s):
b690f48
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ class DiseaseDetectionApp:
|
|
128 |
|
129 |
def gradio_interface(self):
|
130 |
|
131 |
-
with gr.Blocks(theme=
|
132 |
gr.HTML("""<center><h1>Pneumonia Disease Detection</h1></center>""")
|
133 |
|
134 |
exam_img=self.example_images()
|
|
|
128 |
|
129 |
def gradio_interface(self):
|
130 |
|
131 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
132 |
gr.HTML("""<center><h1>Pneumonia Disease Detection</h1></center>""")
|
133 |
|
134 |
exam_img=self.example_images()
|