chaouch commited on
Commit
f274761
·
1 Parent(s): 20c0d70
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -143,14 +143,12 @@ demo1 = gr.Interface(
143
  [gr.Audio(sources=["microphone"] , type="numpy"), gr.Image(
144
  type="filepath", label="Image")],
145
  gr.Image(type="pil", label="output Image"),
146
- examples=[["the-king-and-three-sisters-around-the-world-stories-for-children.png"]]
147
  )
148
  demo2 = gr.Interface(
149
  run,
150
  [gr.Audio(sources=["upload"]), gr.Image(
151
  type="filepath", label="Image")],
152
- gr.Image(type="pil", label="output Image"),
153
- examples=[["the-king-and-three-sisters-around-the-world-stories-for-children.png"]]
154
  )
155
  with demo:
156
  gr.TabbedInterface([demo1, demo2],
 
143
  [gr.Audio(sources=["microphone"] , type="numpy"), gr.Image(
144
  type="filepath", label="Image")],
145
  gr.Image(type="pil", label="output Image"),
 
146
  )
147
  demo2 = gr.Interface(
148
  run,
149
  [gr.Audio(sources=["upload"]), gr.Image(
150
  type="filepath", label="Image")],
151
+ gr.Image(type="pil", label="output Image")
 
152
  )
153
  with demo:
154
  gr.TabbedInterface([demo1, demo2],