Nymbo commited on
Commit
121b2ad
Β·
verified Β·
1 Parent(s): 635b7ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -136,7 +136,6 @@ def make_frontend(
136
  # what input widgets does it need? we configure an image widget
137
  inputs=gr.components.Textbox(label="Item Description"),
138
  title="πŸ“ Text2Image πŸ‘•", # what should we display at the top of the page?
139
- theme=theme,
140
  thumbnail=FAVICON, # what should we display when the link is shared, e.g. on social media?
141
  description=__doc__, # what should we display just above the interface?
142
  cache_examples=False, # should we cache those inputs for faster inference? slows down start
 
136
  # what input widgets does it need? we configure an image widget
137
  inputs=gr.components.Textbox(label="Item Description"),
138
  title="πŸ“ Text2Image πŸ‘•", # what should we display at the top of the page?
 
139
  thumbnail=FAVICON, # what should we display when the link is shared, e.g. on social media?
140
  description=__doc__, # what should we display just above the interface?
141
  cache_examples=False, # should we cache those inputs for faster inference? slows down start