Update app.py
Browse files
app.py
CHANGED
@@ -212,7 +212,8 @@ def create_demo(process, max_images=12, default_num_images=4):
|
|
212 |
inputs=inputs,
|
213 |
outputs=result,
|
214 |
api_name='canny')
|
215 |
-
|
|
|
216 |
|
217 |
if __name__ == '__main__':
|
218 |
|
|
|
212 |
inputs=inputs,
|
213 |
outputs=result,
|
214 |
api_name='canny')
|
215 |
+
|
216 |
+
return demo
|
217 |
|
218 |
if __name__ == '__main__':
|
219 |
|