Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -127,11 +127,10 @@ def make_frontend(
|
|
127 |
"""Creates a gradio.Interface frontend for text to image search function."""
|
128 |
|
129 |
allow_flagging = "never"
|
130 |
-
|
131 |
-
theme="Nymbo/Alyx_Theme"
|
132 |
|
133 |
# build a basic browser interface to a Python function
|
134 |
frontend = gr.Interface(
|
|
|
135 |
fn=fn, # which Python function are we interacting with?
|
136 |
outputs=gr.Gallery(label="Relevant Items"),
|
137 |
# what input widgets does it need? we configure an image widget
|
|
|
127 |
"""Creates a gradio.Interface frontend for text to image search function."""
|
128 |
|
129 |
allow_flagging = "never"
|
|
|
|
|
130 |
|
131 |
# build a basic browser interface to a Python function
|
132 |
frontend = gr.Interface(
|
133 |
+
theme="Nymbo/Alyx_Theme",
|
134 |
fn=fn, # which Python function are we interacting with?
|
135 |
outputs=gr.Gallery(label="Relevant Items"),
|
136 |
# what input widgets does it need? we configure an image widget
|