akhaliq HF staff commited on
Commit
57b6fb2
1 Parent(s): b09b6a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ def inference(img):
15
  title="animegan_v2_paprika_98"
16
  description="AnimeGAN V2 image style conversion model, the model can convert the input image into the red pepper anime style, and the model weights are converted from the AnimeGAN V2 official open source project ."
17
 
18
- examples=[['city.jpeg','catonnx.jpg']]
19
  gr.Interface(inference,gr.inputs.Image(type="filepath"),gr.outputs.Image(type="numpy"),title=title,description=description,examples=examples).launch(enable_queue=True)
 
15
  title="animegan_v2_paprika_98"
16
  description="AnimeGAN V2 image style conversion model, the model can convert the input image into the red pepper anime style, and the model weights are converted from the AnimeGAN V2 official open source project ."
17
 
18
+ examples=[['city.jpeg'],['catonnx.jpg'],['dog.jpg']]
19
  gr.Interface(inference,gr.inputs.Image(type="filepath"),gr.outputs.Image(type="numpy"),title=title,description=description,examples=examples).launch(enable_queue=True)