DiffusionArtco commited on
Commit
fd810e3
·
1 Parent(s): 245defb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ inputs = [
28
 
29
  outputs = gr.outputs.Image(label="Generated Image", type="pil")
30
 
31
- interface = gr.Interface(generate_image, inputs, outputs, title="Fantasy Art Creator",
32
  description="<center></center>",
33
  examples=[])
34
 
 
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