Spaces:
Runtime error
Runtime error
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -308,7 +308,8 @@ pre {
|
|
| 308 |
|
| 309 |
# Create the Gradio interface
|
| 310 |
with gr.Blocks(
|
| 311 |
-
title="RadioFlow - AI Radiology Workflow"
|
|
|
|
| 312 |
) as demo:
|
| 313 |
|
| 314 |
# Header
|
|
@@ -526,6 +527,5 @@ if __name__ == "__main__":
|
|
| 526 |
server_name="0.0.0.0",
|
| 527 |
server_port=7860,
|
| 528 |
share=False,
|
| 529 |
-
show_error=True
|
| 530 |
-
css=custom_css
|
| 531 |
)
|
|
|
|
| 308 |
|
| 309 |
# Create the Gradio interface
|
| 310 |
with gr.Blocks(
|
| 311 |
+
title="RadioFlow - AI Radiology Workflow",
|
| 312 |
+
css=custom_css
|
| 313 |
) as demo:
|
| 314 |
|
| 315 |
# Header
|
|
|
|
| 527 |
server_name="0.0.0.0",
|
| 528 |
server_port=7860,
|
| 529 |
share=False,
|
| 530 |
+
show_error=True
|
|
|
|
| 531 |
)
|