Santhosh1705kumar commited on
Commit
07a617f
·
verified ·
1 Parent(s): ff3c774

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ inputs = [gr.Textbox(label="Input Text"), gr.Image(type="pil")] # Input for upl
15
  outputs = gr.Textbox(label="Generated Text") # Output for displaying the text
16
 
17
  # Create the interface
18
- interface = gr.Interface(fn=generate_text, inputs=inputs, outputs=outputs, title="LLaVa Image-to-Text")
19
 
20
  # Launch the interface
21
  interface.launch()
 
15
  outputs = gr.Textbox(label="Generated Text") # Output for displaying the text
16
 
17
  # Create the interface
18
+ interface = gr.Interface(fn=generate_text, inputs=inputs, outputs=outputs, title="Conversational image recogntion chatbot")
19
 
20
  # Launch the interface
21
  interface.launch()