Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,11 +55,6 @@ with gr.Blocks() as demo:
|
|
| 55 |
|
| 56 |
image_button.click(generate_image, inputs=input_image, outputs=gallery)
|
| 57 |
|
| 58 |
-
examples = gr.Examples(["input_example.png"],
|
| 59 |
-
inputs=input_image,
|
| 60 |
-
outputs=gallery,
|
| 61 |
-
fn=generate_image,
|
| 62 |
-
cache_examples=True)
|
| 63 |
|
| 64 |
|
| 65 |
demo.launch()
|
|
|
|
| 55 |
|
| 56 |
image_button.click(generate_image, inputs=input_image, outputs=gallery)
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
|
| 59 |
|
| 60 |
demo.launch()
|