Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,12 @@ gr.Interface(
|
|
28 |
outputs=output_text,
|
29 |
examples=[["bt1.jpg"], ["bt2.jpg"], ["bt3.jpg"], ["br1.jpg"], ["br2.jpg"], ["br3.jpg"]],
|
30 |
live=True,
|
31 |
-
title="Brain Tumor Classification
|
32 |
-
description=
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
).launch()
|
|
|
28 |
outputs=output_text,
|
29 |
examples=[["bt1.jpg"], ["bt2.jpg"], ["bt3.jpg"], ["br1.jpg"], ["br2.jpg"], ["br3.jpg"]],
|
30 |
live=True,
|
31 |
+
title = '<h1 style="text-align: center;">Brain Tumor Image Classification! ๐ง </h1>',
|
32 |
+
description = """
|
33 |
+
๐ <b>Try Brain Tumor Image Classification Now!</b> <br>
|
34 |
+
Don't miss out on this incredible opportunity to
|
35 |
+
shape the future of medical diagnostics. Embrace innovation, <br>
|
36 |
+
empower medical professionals, and make a real difference in <br>
|
37 |
+
the lives of countless individuals. ๐๐ฉบ๐ค
|
38 |
+
"""
|
39 |
).launch()
|