Spaces:
Runtime error
Runtime error
Kornel Szabo
commited on
Commit
·
a91672a
1
Parent(s):
9e7cb5d
Add examples
Browse files
app.py
CHANGED
@@ -69,8 +69,9 @@ def predict(text):
|
|
69 |
|
70 |
examples = [
|
71 |
"Machine Learning is at the forefront of education, replacing human jobs",
|
|
|
72 |
"AI model leaves scientists confused",
|
73 |
-
"
|
74 |
]
|
75 |
|
76 |
intf = gr.Interface(fn=predict, inputs="textbox",
|
|
|
69 |
|
70 |
examples = [
|
71 |
"Machine Learning is at the forefront of education, replacing human jobs",
|
72 |
+
"Machine Learning is at the forefront of education, but it isn't replacing human jobs just yet",
|
73 |
"AI model leaves scientists confused",
|
74 |
+
"Tech company unveils radical new assistant that will 'do everything for you'",
|
75 |
]
|
76 |
|
77 |
intf = gr.Interface(fn=predict, inputs="textbox",
|