Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
|
@@ -534,4 +534,4 @@ with gr.Blocks(theme=clinical_theme, css=custom_css, title="CT Report Generator"
|
|
| 534 |
)
|
| 535 |
|
| 536 |
if __name__ == "__main__":
|
| 537 |
-
demo.launch(server_name="
|
|
|
|
| 534 |
)
|
| 535 |
|
| 536 |
if __name__ == "__main__":
|
| 537 |
+
demo.launch(server_name="0.0.0.0")
|