Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,15 +63,10 @@ def run(history, text, image, audio_upload, audio_mic):
|
|
63 |
return history, None, None, None, None
|
64 |
|
65 |
|
66 |
-
theme = gr.themes.Default(primary_hue="blue").set(
|
67 |
-
loader_color="#FF0000",
|
68 |
-
slider_color="#FF0000",
|
69 |
-
)
|
70 |
-
|
71 |
|
72 |
with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
73 |
|
74 |
-
gr.Markdown("
|
75 |
|
76 |
# with gr.Row() as title_row:
|
77 |
# with gr.Column():
|
|
|
63 |
return history, None, None, None, None
|
64 |
|
65 |
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
68 |
|
69 |
+
gr.Markdown("# " " * 50 + MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
|
70 |
|
71 |
# with gr.Row() as title_row:
|
72 |
# with gr.Column():
|