Update app.py
Browse files
app.py
CHANGED
@@ -320,7 +320,7 @@ demo = gr.Interface(inference,
|
|
320 |
],
|
321 |
title = title,
|
322 |
description = description,
|
323 |
-
examples = examples,
|
324 |
# cache_examples=True
|
325 |
)
|
326 |
demo.launch()
|
|
|
320 |
],
|
321 |
title = title,
|
322 |
description = description,
|
323 |
+
# examples = examples,
|
324 |
# cache_examples=True
|
325 |
)
|
326 |
demo.launch()
|