Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -50,8 +50,8 @@ demo = gr.Interface(fn=process,
|
|
50 |
outputs=outputs,
|
51 |
title=title,
|
52 |
description=description,
|
53 |
-
examples=example_list
|
54 |
-
cache_examples=True
|
55 |
)
|
56 |
|
57 |
# Launch the demo!
|
|
|
50 |
outputs=outputs,
|
51 |
title=title,
|
52 |
description=description,
|
53 |
+
examples=example_list
|
54 |
+
# cache_examples=True
|
55 |
)
|
56 |
|
57 |
# Launch the demo!
|