Reuben Tan commited on
Commit
3a9408a
1 Parent(s): 8f2e989

remove img upload button

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -197,7 +197,8 @@ with gr.Blocks() as demo:
197
  with gr.Row():
198
  with gr.Column(scale=0.5):
199
  video = gr.Video()
200
- image = gr.Image(type="filepath")
 
201
  #gr.Markdown(case_note_upload)
202
 
203
  upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
 
197
  with gr.Row():
198
  with gr.Column(scale=0.5):
199
  video = gr.Video()
200
+ #image = gr.Image(type="filepath")
201
+ image = None
202
  #gr.Markdown(case_note_upload)
203
 
204
  upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")