Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -53,8 +53,8 @@ demo = gr.Interface(fn=process,
|
|
53 |
inputs=inputs,
|
54 |
outputs=outputs,
|
55 |
title=title,
|
56 |
-
description=description
|
57 |
-
examples=example_list
|
58 |
cache_examples=True
|
59 |
)
|
60 |
|
|
|
53 |
inputs=inputs,
|
54 |
outputs=outputs,
|
55 |
title=title,
|
56 |
+
description=description,
|
57 |
+
examples=example_list,
|
58 |
cache_examples=True
|
59 |
)
|
60 |
|