Spaces:
Build error
Build error
added examples
Browse files
app.py
CHANGED
@@ -92,6 +92,6 @@ interface = gr.Interface(fn=predict,
|
|
92 |
outputs=outputs,
|
93 |
title = title,
|
94 |
description=description,
|
95 |
-
|
96 |
)
|
97 |
interface.launch()
|
|
|
92 |
outputs=outputs,
|
93 |
title = title,
|
94 |
description=description,
|
95 |
+
examples=examples
|
96 |
)
|
97 |
interface.launch()
|