Sakil commited on
Commit
2f2cf44
1 Parent(s): b7393ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="seafoam",
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.")