Spaces:
Build error
Build error
Update app.py
Browse files
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
|