OriLib commited on
Commit
9ad7c88
1 Parent(s): a973e8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ tab1 = gr.Interface(
65
  )
66
 
67
  tab2 = gr.Interface(fn, inputs=text, outputs=slider2, examples=[url], api_name="text")
68
- tab3 = gr.Interface(process_file, inputs=image2, outputs=png_file, examples=["butterfly.jpg"], api_name="png")
69
 
70
 
71
  demo = gr.TabbedInterface(
 
65
  )
66
 
67
  tab2 = gr.Interface(fn, inputs=text, outputs=slider2, examples=[url], api_name="text")
68
+ tab3 = gr.Interface(process_file, inputs=image2, outputs=png_file, examples=["giraffe.jpg"], api_name="png")
69
 
70
 
71
  demo = gr.TabbedInterface(