Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -162,9 +162,9 @@ demo = gr.Interface(
|
|
162 |
type="pil",
|
163 |
show_download_button=True,
|
164 |
), #[gr.Image(type="pil", label="Ouput", min_width=500)],
|
165 |
-
title=title,
|
166 |
-
description=description,
|
167 |
-
article=article,
|
168 |
examples=examples,
|
169 |
css=css,
|
170 |
)
|
|
|
162 |
type="pil",
|
163 |
show_download_button=True,
|
164 |
), #[gr.Image(type="pil", label="Ouput", min_width=500)],
|
165 |
+
#title=title,
|
166 |
+
#description=description,
|
167 |
+
#article=article,
|
168 |
examples=examples,
|
169 |
css=css,
|
170 |
)
|