Spaces:
Runtime error
Runtime error
kasper-boy
commited on
Commit
•
3e06c7c
1
Parent(s):
2417f00
Update main.py
Browse files
main.py
CHANGED
@@ -26,8 +26,7 @@ interface= gr.interface(
|
|
26 |
fn=image_generation,
|
27 |
inputs = gr.Textbox(lines="2", placeholder="Enter Your Prompt ..."),
|
28 |
outputs = gr.Image(type="pil"),
|
29 |
-
title = "AI Text Generation By SD-3M"
|
30 |
-
examples = "A magician cat doing spell"
|
31 |
)
|
32 |
|
33 |
interface.launch()
|
|
|
26 |
fn=image_generation,
|
27 |
inputs = gr.Textbox(lines="2", placeholder="Enter Your Prompt ..."),
|
28 |
outputs = gr.Image(type="pil"),
|
29 |
+
title = "AI Text Generation By SD-3M"
|
|
|
30 |
)
|
31 |
|
32 |
interface.launch()
|