Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ def quit_fn():
|
|
| 51 |
return "Model has been stopped."
|
| 52 |
|
| 53 |
|
| 54 |
-
with gr.Blocks(theme="
|
| 55 |
gr.Markdown("## Radiology Report Assistant")
|
| 56 |
gr.Markdown(report_interface.help_message)
|
| 57 |
|
|
|
|
| 51 |
return "Model has been stopped."
|
| 52 |
|
| 53 |
|
| 54 |
+
with gr.Blocks(theme="Taithrah/Minimal") as demo:
|
| 55 |
gr.Markdown("## Radiology Report Assistant")
|
| 56 |
gr.Markdown(report_interface.help_message)
|
| 57 |
|