Spaces:
Runtime error
Runtime error
changed title
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ if __name__ == '__main__':
|
|
62 |
inputs=inputs,
|
63 |
outputs=output,
|
64 |
allow_flagging='never',
|
65 |
-
title="
|
66 |
article=article,
|
67 |
enable_queue=True,
|
68 |
cache_examples=False)
|
|
|
62 |
inputs=inputs,
|
63 |
outputs=output,
|
64 |
allow_flagging='never',
|
65 |
+
title="Phrase Extraction",
|
66 |
article=article,
|
67 |
enable_queue=True,
|
68 |
cache_examples=False)
|