Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -74,9 +74,9 @@ def ghibli_transform(input_image, prompt="GHBLI anime style photo", guidance_sca
|
|
74 |
return output
|
75 |
|
76 |
# Create the Gradio interface
|
77 |
-
with gr.Blocks(title="
|
78 |
-
gr.Markdown("#
|
79 |
-
gr.Markdown("Upload an image and transform it
|
80 |
|
81 |
with gr.Row():
|
82 |
with gr.Column():
|
|
|
74 |
return output
|
75 |
|
76 |
# Create the Gradio interface
|
77 |
+
with gr.Blocks(title="Transformer") as demo:
|
78 |
+
gr.Markdown("# Transformer")
|
79 |
+
gr.Markdown("Upload an image and transform it! [Website:](http://imagetoghibli.online/)")
|
80 |
|
81 |
with gr.Row():
|
82 |
with gr.Column():
|