Spaces:
Sleeping
Sleeping
Add application file
Browse files
app.py
CHANGED
@@ -38,10 +38,11 @@ def random_data():
|
|
38 |
|
39 |
iface = gr.Interface(fn=random_data, inputs=None, outputs=[
|
40 |
gr.outputs.Textbox(label="Prompt"),
|
41 |
-
gr.outputs.Image(label="
|
42 |
gr.outputs.Textbox(label="Seed"),
|
43 |
gr.outputs.Textbox(label="Step"),
|
44 |
gr.outputs.Textbox(label="CFG"),
|
45 |
gr.outputs.Textbox(label="Sampler")
|
46 |
-
])
|
47 |
-
|
|
|
|
38 |
|
39 |
iface = gr.Interface(fn=random_data, inputs=None, outputs=[
|
40 |
gr.outputs.Textbox(label="Prompt"),
|
41 |
+
gr.outputs.Image(label="Image", type="pil"),
|
42 |
gr.outputs.Textbox(label="Seed"),
|
43 |
gr.outputs.Textbox(label="Step"),
|
44 |
gr.outputs.Textbox(label="CFG"),
|
45 |
gr.outputs.Textbox(label="Sampler")
|
46 |
+
], title="Stable Diffusion DB", description="By Falah.G.S AI Developer")
|
47 |
+
|
48 |
+
iface.launch(debug=True)
|