Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ iface = gr.Interface(
|
|
10 |
text2image,inputs=gr.inputs.Textbox(lines=2, placeholder="Enter your text here"),
|
11 |
outputs="image",
|
12 |
examples=[["cat"],["Lion"],["Nature"],["water"],["house"]],
|
13 |
-
theme="
|
14 |
#css="https://www.w3schools.com/cssref/playit.asp?filename=playcss_background-color",
|
15 |
title='Image Generator',
|
16 |
description="This application supports in the creation of images from your text.")
|
|
|
10 |
text2image,inputs=gr.inputs.Textbox(lines=2, placeholder="Enter your text here"),
|
11 |
outputs="image",
|
12 |
examples=[["cat"],["Lion"],["Nature"],["water"],["house"]],
|
13 |
+
theme="dark-peach",
|
14 |
#css="https://www.w3schools.com/cssref/playit.asp?filename=playcss_background-color",
|
15 |
title='Image Generator',
|
16 |
description="This application supports in the creation of images from your text.")
|