Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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()
|