Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks() as demo:
|
|
64 |
gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
|
65 |
|
66 |
with gr.Column(scale=8):
|
67 |
-
with gr.Box():
|
68 |
with gr.Row():
|
69 |
chatbot = gr.Chatbot(
|
70 |
avatar_images=("π§", "π€"),
|
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
|
|
81 |
# with gr.Row():
|
82 |
# Adding image
|
83 |
image= gr.UploadButton("π", file_types=["image", "audio"])
|
84 |
-
audio_upload=
|
85 |
# Creating a column with a scale of 2
|
86 |
# with gr.Row():
|
87 |
# Add audio
|
|
|
64 |
gr.Markdown("## MulitModal Phi2 Model Pretraining and Finetuning from Scratch")
|
65 |
|
66 |
with gr.Column(scale=8):
|
67 |
+
# with gr.Box():
|
68 |
with gr.Row():
|
69 |
chatbot = gr.Chatbot(
|
70 |
avatar_images=("π§", "π€"),
|
|
|
81 |
# with gr.Row():
|
82 |
# Adding image
|
83 |
image= gr.UploadButton("π", file_types=["image", "audio"])
|
84 |
+
audio_upload= image
|
85 |
# Creating a column with a scale of 2
|
86 |
# with gr.Row():
|
87 |
# Add audio
|