Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -288,7 +288,7 @@ dashboard = ASTDashboard()
|
|
| 288 |
def create_demo():
|
| 289 |
"""Create Gradio demo interface"""
|
| 290 |
|
| 291 |
-
with gr.Blocks(title="AST Training Dashboard"
|
| 292 |
gr.Markdown("""
|
| 293 |
# ⚡ Adaptive Sparse Training Dashboard
|
| 294 |
|
|
|
|
| 288 |
def create_demo():
|
| 289 |
"""Create Gradio demo interface"""
|
| 290 |
|
| 291 |
+
with gr.Blocks(title="AST Training Dashboard") as demo:
|
| 292 |
gr.Markdown("""
|
| 293 |
# ⚡ Adaptive Sparse Training Dashboard
|
| 294 |
|