Spaces:
Build error
Build error
abdulmatinomotoso
commited on
Commit
•
a391035
1
Parent(s):
4b10e4c
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def get_keybert_results_with_vectorizer(text, number_of_results=30):
|
|
32 |
except Exception:
|
33 |
return "Error"
|
34 |
|
35 |
-
demo = gr.Interface(get_keybert_results_with_vectorizer, inputs=gr.
|
36 |
outputs=gr.outputs.Dataframe(),
|
37 |
title = "Keyword Extraction")
|
38 |
|
|
|
32 |
except Exception:
|
33 |
return "Error"
|
34 |
|
35 |
+
demo = gr.Interface(get_keybert_results_with_vectorizer, inputs=gr.Textbox(),
|
36 |
outputs=gr.outputs.Dataframe(),
|
37 |
title = "Keyword Extraction")
|
38 |
|