Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ if __name__ == "__main__":
|
|
| 38 |
with app:
|
| 39 |
gr.Markdown("# Anime Remove Background\n\n"
|
| 40 |
"\n\n"
|
| 41 |
-
"demo for
|
| 42 |
with gr.Row():
|
| 43 |
with gr.Column():
|
| 44 |
input_img = gr.Image(label="input image")
|
|
|
|
| 38 |
with app:
|
| 39 |
gr.Markdown("# Anime Remove Background\n\n"
|
| 40 |
"\n\n"
|
| 41 |
+
"demo for")
|
| 42 |
with gr.Row():
|
| 43 |
with gr.Column():
|
| 44 |
input_img = gr.Image(label="input image")
|