Spaces:
Runtime error
Runtime error
deleted example
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ demo_app = gr.Interface(
|
|
57 |
inputs=inputs,
|
58 |
outputs=outputs,
|
59 |
title=title,
|
60 |
-
examples=examples,
|
61 |
cache_examples=True,
|
62 |
theme='darkhuggingface',
|
63 |
)
|
|
|
57 |
inputs=inputs,
|
58 |
outputs=outputs,
|
59 |
title=title,
|
60 |
+
#examples=examples,
|
61 |
cache_examples=True,
|
62 |
theme='darkhuggingface',
|
63 |
)
|