LanguageBind commited on
Commit
78a72b6
1 Parent(s): 7fb2ab7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ if __name__ == '__main__':
194
  b_a = gr.Button("Calculate similarity of Audio to Text")
195
  with gr.Row():
196
  with gr.Column():
197
- depth = gr.File(height=224, width=224, label='Depth Input, need a .png file, 16 bit, with values ranging from 0-10000 (representing 0-10 metres, but 1000 times)')
198
  language_d = gr.Textbox(lines=2, label='Text Input')
199
  out_d = gr.Textbox(label='Similarity of Depth to Text')
200
  b_d = gr.Button("Calculate similarity of Depth to Text")
 
194
  b_a = gr.Button("Calculate similarity of Audio to Text")
195
  with gr.Row():
196
  with gr.Column():
197
+ depth = gr.File(height=224, label='Depth Input, need a .png file, 16 bit, with values ranging from 0-10000 (representing 0-10 metres, but 1000 times)')
198
  language_d = gr.Textbox(lines=2, label='Text Input')
199
  out_d = gr.Textbox(label='Similarity of Depth to Text')
200
  b_d = gr.Button("Calculate similarity of Depth to Text")