DiffusionArtco commited on
Commit
b01c656
·
1 Parent(s): 7897fd3

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="PhotoGen 3.0",
32
- description="<center>The best Realistic Photo Generation Models in one place.</center>",
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="",
32
+ description="<center></center>",
33
  examples=[])
34
 
35
  interface.launch()