DiffusionArtco commited on
Commit
325197c
·
1 Parent(s): 9f394ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ inputs = [
28
 
29
  outputs = gr.outputs.Image(label="Generated Image", type="pil")
30
 
31
- interface = gr.Interface(generate_image, inputs, outputs, title="Most Popular",
32
- description="Live access some of the most popular Art, Anime, Fantasy & Realistic Art models",
33
  examples=[])
34
 
35
  interface.launch()
 
28
 
29
  outputs = gr.outputs.Image(label="Generated Image", type="pil")
30
 
31
+ interface = gr.Interface(generate_image, inputs, outputs, title="Diffusion 50",
32
+ description="<center>Live access to the most popular Diffusion models</center>",
33
  examples=[])
34
 
35
  interface.launch()