Navyabhat commited on
Commit
57bd196
Β·
verified Β·
1 Parent(s): a44e96e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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= gr.UploadButton("πŸ“", file_types=["image", "audio"])
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