Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- grad-dashboard.py +1 -1
grad-dashboard.py
CHANGED
|
@@ -115,6 +115,6 @@ with gr.Blocks(theme=gr.themes.Glass()) as dashboard:
|
|
| 115 |
if __name__ == "__main__":
|
| 116 |
try:
|
| 117 |
print("Launching the Gradio dashboard...")
|
| 118 |
-
dashboard.launch(
|
| 119 |
except Exception as e:
|
| 120 |
print(f"An error occurred: {e}")
|
|
|
|
| 115 |
if __name__ == "__main__":
|
| 116 |
try:
|
| 117 |
print("Launching the Gradio dashboard...")
|
| 118 |
+
dashboard.launch()
|
| 119 |
except Exception as e:
|
| 120 |
print(f"An error occurred: {e}")
|