Update app.py
Browse files
app.py
CHANGED
@@ -51,5 +51,5 @@ examples = [
|
|
51 |
}
|
52 |
]
|
53 |
|
54 |
-
iface = gr.Interface(fn=predict, inputs="text", outputs="
|
55 |
iface.launch()
|
|
|
51 |
}
|
52 |
]
|
53 |
|
54 |
+
iface = gr.Interface(fn=predict, inputs="text", outputs="text", examples=examples)
|
55 |
iface.launch()
|