Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
·
eefde43
1
Parent(s):
a5c1cde
Use default theme
Browse filesHello! I saw you use dark `theme`. There's no need to set it yourself, you can just use the default one, which will automatically switch based on user setup
app.py
CHANGED
@@ -157,7 +157,6 @@ iface = gr.Interface(fn=inpaint, inputs=gradio_inputs,
|
|
157 |
outputs=gradio_outputs,
|
158 |
css=css,
|
159 |
layout="vertical",
|
160 |
-
theme="dark-huggingface",
|
161 |
examples_per_page=5,
|
162 |
thumbnail="fcf_gan.png",
|
163 |
allow_flagging="never",
|
|
|
157 |
outputs=gradio_outputs,
|
158 |
css=css,
|
159 |
layout="vertical",
|
|
|
160 |
examples_per_page=5,
|
161 |
thumbnail="fcf_gan.png",
|
162 |
allow_flagging="never",
|