Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ demo = gr.Interface(
|
|
130 |
type="pil",
|
131 |
show_download_button=True,
|
132 |
), #[gr.Image(type="pil", label="Ouput", min_width=500)],
|
133 |
-
title=title
|
134 |
examples=examples,
|
135 |
css=css,
|
136 |
theme="Nymbo/Alyx_Theme"
|
|
|
130 |
type="pil",
|
131 |
show_download_button=True,
|
132 |
), #[gr.Image(type="pil", label="Ouput", min_width=500)],
|
133 |
+
title=title,
|
134 |
examples=examples,
|
135 |
css=css,
|
136 |
theme="Nymbo/Alyx_Theme"
|