Spaces:
Sleeping
Sleeping
Kvikontent
commited on
Commit
·
cb75873
1
Parent(s):
1af3d03
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ interface_options = {
|
|
5 |
"width": 700,
|
6 |
"title": "Text to Image Prompt Generator",
|
7 |
"description": "Generate beautiful images from text prompts.",
|
8 |
-
"inputs": gr.
|
9 |
-
"outputs": gr.
|
10 |
}
|
11 |
|
12 |
gr.Interface.fn("models/succinctly/text2image-prompt-generator", interface_options=interface_options).launch()
|
|
|
5 |
"width": 700,
|
6 |
"title": "Text to Image Prompt Generator",
|
7 |
"description": "Generate beautiful images from text prompts.",
|
8 |
+
"inputs": gr.Textbox(),
|
9 |
+
"outputs": gr.Image()
|
10 |
}
|
11 |
|
12 |
gr.Interface.fn("models/succinctly/text2image-prompt-generator", interface_options=interface_options).launch()
|