sayedM commited on
Commit
e444c96
1 Parent(s): a5d3811

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ import gradio as gr
169
  def final_func():
170
  gr.Interface(fn=main_func,
171
  inputs=gr.Image(),
172
- outputs=[gr.Textbox(lines=1, label="Scores"),gr.Image(label="Image"),gr.Number(label="Time")]).launch()
173
 
174
  if __name__ == "__main__":
175
  final_func()
 
169
  def final_func():
170
  gr.Interface(fn=main_func,
171
  inputs=gr.Image(),
172
+ outputs=[gr.Textbox(lines=1, label="Scores"),gr.Image(label="Image"),gr.Number(label="Time")],examples=["test.png"]).launch()
173
 
174
  if __name__ == "__main__":
175
  final_func()