Spaces:
Running
Running
Commit
·
3808623
1
Parent(s):
a175eb2
Update app.py
Browse files
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="
|
32 |
-
description="<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()
|