Spaces:
Running
Running
Commit
·
3124a3d
1
Parent(s):
b8aae80
Update app.py
Browse files
app.py
CHANGED
@@ -77,8 +77,8 @@ inputs = [
|
|
77 |
|
78 |
outputs = gr.outputs.Image(label="Generated Image", type="pil")
|
79 |
|
80 |
-
interface = gr.Interface(generate_image, inputs, outputs, title="
|
81 |
-
description="<center>Create
|
82 |
examples=[])
|
83 |
|
84 |
interface.launch()
|
|
|
77 |
|
78 |
outputs = gr.outputs.Image(label="Generated Image", type="pil")
|
79 |
|
80 |
+
interface = gr.Interface(generate_image, inputs, outputs, title="Anime 50",
|
81 |
+
description="<center>Create Anime Art using Top 50 Anime Models</center>",
|
82 |
examples=[])
|
83 |
|
84 |
interface.launch()
|