Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,4 +102,4 @@ with gr.Blocks(theme=gr.themes.Glass()) as dashboard:
|
|
| 102 |
|
| 103 |
# FIX: `if __name__ == "__main__":` should be outside the `with gr.Blocks()` scope
|
| 104 |
if __name__ == "__main__":
|
| 105 |
-
dashboard.launch(
|
|
|
|
| 102 |
|
| 103 |
# FIX: `if __name__ == "__main__":` should be outside the `with gr.Blocks()` scope
|
| 104 |
if __name__ == "__main__":
|
| 105 |
+
dashboard.launch()
|