DiffusionArtco commited on
Commit
8269d0f
·
1 Parent(s): 7675b3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,6 +32,6 @@ interface = gr.Interface(generate_image, inputs, outputs, title="Best Diffusion
32
  description="<center>Live access to the Most Popular Diffusion models of all time</center>",
33
  examples=[])
34
 
35
- interface.launch()
36
 
37
 
 
32
  description="<center>Live access to the Most Popular Diffusion models of all time</center>",
33
  examples=[])
34
 
35
+ interface.launch()
36
 
37