Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ theme = gr.themes.Default(primary_hue="blue").set(
|
|
69 |
)
|
70 |
|
71 |
|
72 |
-
with gr.Blocks(theme=
|
73 |
gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch", justify="center")
|
74 |
|
75 |
# with gr.Row() as title_row:
|
|
|
69 |
)
|
70 |
|
71 |
|
72 |
+
with gr.Blocks(theme="gradio/seafoam@>=0.0.1,<0.1.0") as demo:
|
73 |
gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch", justify="center")
|
74 |
|
75 |
# with gr.Row() as title_row:
|