0x7o
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def predict(text):
|
|
| 13 |
return pipe(text)
|
| 14 |
|
| 15 |
demo = gr.Interface(
|
| 16 |
-
fn=
|
| 17 |
inputs=["text"],
|
| 18 |
outputs=["text"],
|
| 19 |
)
|
|
|
|
| 13 |
return pipe(text)
|
| 14 |
|
| 15 |
demo = gr.Interface(
|
| 16 |
+
fn=predict,
|
| 17 |
inputs=["text"],
|
| 18 |
outputs=["text"],
|
| 19 |
)
|