Ahsen Khaliq commited on
Commit
7b9e7ca
·
1 Parent(s): de957cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ description = "Gradio demo for PAMA: Consistent Style Transfer. To use it, simpl
19
 
20
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.02233' target='_blank'>Consistent Style Transfer</a> | <a href='https://github.com/computer-vision2022/PAMA' target='_blank'>Github Repo</a></p>"
21
 
22
- examples=[['/home/user/app/PAMA/Hoover_Tower_Stanford_January_2013.jpeg','/home/user/app/PAMA/1513px-Van_Gogh_-_Starry_Night_-_Google_Art_Project.jpeg']]
23
  gr.Interface(
24
  inference,
25
  [gr.inputs.Image(type="filepath", label="Content"),gr.inputs.Image(type="filepath", label="Style")],
 
19
 
20
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.02233' target='_blank'>Consistent Style Transfer</a> | <a href='https://github.com/computer-vision2022/PAMA' target='_blank'>Github Repo</a></p>"
21
 
22
+ examples=[['/home/user/app/Hoover_Tower_Stanford_January_2013.jpeg','/home/user/app/1513px-Van_Gogh_-_Starry_Night_-_Google_Art_Project.jpeg']]
23
  gr.Interface(
24
  inference,
25
  [gr.inputs.Image(type="filepath", label="Content"),gr.inputs.Image(type="filepath", label="Style")],