Spaces:
Runtime error
Runtime error
fix
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
|
|
| 73 |
|
| 74 |
gr.Examples(
|
| 75 |
examples=sample_images,
|
| 76 |
-
inputs=[input_image, mode, weight1, weight2]
|
| 77 |
outputs=[sotai_output, sketch_output],
|
| 78 |
fn=gradio_process_image,
|
| 79 |
cache_examples=True,
|
|
|
|
| 73 |
|
| 74 |
gr.Examples(
|
| 75 |
examples=sample_images,
|
| 76 |
+
inputs=[input_image, mode, weight1, weight2],
|
| 77 |
outputs=[sotai_output, sketch_output],
|
| 78 |
fn=gradio_process_image,
|
| 79 |
cache_examples=True,
|