fffiloni commited on
Commit
5fd09b2
·
1 Parent(s): 276f269

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -79,7 +79,6 @@ def run(ref_path, ref_style, ref_prompt, prompt1, prompt2, prompt3):
79
  #mediapy.show_images(images_a, titles=[p[:-(len(src_style) + 3)] for p in prompts])
80
 
81
  return images_a
82
-
83
 
84
  gr.Interface(
85
  fn=run,
@@ -94,5 +93,5 @@ gr.Interface(
94
  outputs=[
95
  gr.Gallery()
96
  ],
97
- title="Style Aligned Image Generation"
98
  ).launch()
 
79
  #mediapy.show_images(images_a, titles=[p[:-(len(src_style) + 3)] for p in prompts])
80
 
81
  return images_a
 
82
 
83
  gr.Interface(
84
  fn=run,
 
93
  outputs=[
94
  gr.Gallery()
95
  ],
96
+ title="Google's Style Aligned Transfer"
97
  ).launch()