Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -162,5 +162,6 @@ demo = gr.Interface(fn=inference,
|
|
| 162 |
#gr.Label(label='Sentiment'),
|
| 163 |
#gr.Markdown()],
|
| 164 |
title=title,
|
| 165 |
-
description=description
|
|
|
|
| 166 |
demo.launch()
|
|
|
|
| 162 |
#gr.Label(label='Sentiment'),
|
| 163 |
#gr.Markdown()],
|
| 164 |
title=title,
|
| 165 |
+
description=description,
|
| 166 |
+
examples=examples)
|
| 167 |
demo.launch()
|