Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -514,4 +514,4 @@ with gr.Blocks(title="ARF v4 – OSS Reliability Control Plane", theme="soft") a
|
|
| 514 |
)
|
| 515 |
|
| 516 |
if __name__ == "__main__":
|
| 517 |
-
demo.launch(
|
|
|
|
| 514 |
)
|
| 515 |
|
| 516 |
if __name__ == "__main__":
|
| 517 |
+
demo.launch() # or demo.launch(share=True)
|