ToletiSri commited on
Commit
61df9c6
1 Parent(s): b494082

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -85,8 +85,8 @@ with gr.Blocks() as demo:
85
  examples=[
86
  ["What is a large language model?","50"] #,"","Describe the image",""]
87
  ],
88
- inputs=[text_input, text_input_count] #, image_input, image_text_input, audio_input],
89
- outputs=[text_output] #, image_text_output, audio_text_output],
90
  fn=example_inference,
91
  )
92
 
 
85
  examples=[
86
  ["What is a large language model?","50"] #,"","Describe the image",""]
87
  ],
88
+ inputs=[text_input, text_input_count], #, image_input, image_text_input, audio_input],
89
+ outputs=[text_output], #, image_text_output, audio_text_output],
90
  fn=example_inference,
91
  )
92