Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,13 +131,7 @@ with gr.Blocks() as demo:
|
|
131 |
concurrency_limit=1
|
132 |
)
|
133 |
|
134 |
-
|
135 |
-
examples=["example1.jpg", "example2.jpg"],
|
136 |
-
inputs=input_image,
|
137 |
-
outputs=gallery,
|
138 |
-
fn=generate_ghibli_style,
|
139 |
-
cache_examples=True
|
140 |
-
)
|
141 |
|
142 |
if __name__ == "__main__":
|
143 |
|
|
|
131 |
concurrency_limit=1
|
132 |
)
|
133 |
|
134 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
|
136 |
if __name__ == "__main__":
|
137 |
|