Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ iface = gr.Interface(
|
|
| 43 |
"How to Use:\n"
|
| 44 |
"1. Upload a CT scan image of a patient's lungs.\n"
|
| 45 |
"2. The app will display the predicted type of lung cancer.",
|
| 46 |
-
theme=gr.themes.
|
| 47 |
)
|
| 48 |
|
| 49 |
if __name__ == '__main__':
|
|
|
|
| 43 |
"How to Use:\n"
|
| 44 |
"1. Upload a CT scan image of a patient's lungs.\n"
|
| 45 |
"2. The app will display the predicted type of lung cancer.",
|
| 46 |
+
theme=gr.themes.Soft()
|
| 47 |
)
|
| 48 |
|
| 49 |
if __name__ == '__main__':
|