Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,9 +141,6 @@ gr.Interface(
|
|
| 141 |
get_output_image,
|
| 142 |
inputs,
|
| 143 |
outputs,
|
| 144 |
-
examples = examples,
|
| 145 |
-
title=title,
|
| 146 |
-
description=description,
|
| 147 |
theme="huggingface",
|
| 148 |
).launch(enable_queue=True)
|
| 149 |
|
|
|
|
| 141 |
get_output_image,
|
| 142 |
inputs,
|
| 143 |
outputs,
|
|
|
|
|
|
|
|
|
|
| 144 |
theme="huggingface",
|
| 145 |
).launch(enable_queue=True)
|
| 146 |
|