azhan77168 commited on
Commit
bda8dda
·
verified ·
1 Parent(s): 0408307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="Ghibli Diffusion Image Transformer") as demo:
78
- gr.Markdown("# Ghibli Diffusion Image Transformer")
79
- gr.Markdown("Upload an image and transform it into Studio Ghibli style using nitrosocke/Ghibli-Diffusion!")
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():