sayedM commited on
Commit
a9540ef
·
1 Parent(s): b27d6f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks() as demo:
126
  button = gr.Button("Run")
127
 
128
  # Define the event listener that connects the input and output components and triggers the function
129
- button.click(fn=get_results, inputs=[image_input, text_input],title="autoannotation", outputs=output, api_name="get_results")
130
  # Add the description below the layout
131
  gr.Markdown(description_html)
132
  # Launch the app
 
126
  button = gr.Button("Run")
127
 
128
  # Define the event listener that connects the input and output components and triggers the function
129
+ button.click(fn=get_results, inputs=[image_input, text_input], outputs=output, api_name="get_results")
130
  # Add the description below the layout
131
  gr.Markdown(description_html)
132
  # Launch the app