Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,5 @@ if __name__ == '__main__':
|
|
68 |
cache_examples=True,
|
69 |
)
|
70 |
iface = gr.Interface(fn=predict_label, inputs="text", outputs="text",
|
71 |
-
|
72 |
-
theme="finlaymacklon/smooth_slate")
|
73 |
iface.launch(show_api=False)
|
|
|
68 |
cache_examples=True,
|
69 |
)
|
70 |
iface = gr.Interface(fn=predict_label, inputs="text", outputs="text",
|
71 |
+
examples=ex,theme="finlaymacklon/smooth_slate")
|
|
|
72 |
iface.launch(show_api=False)
|