Spaces:
Runtime error
Runtime error
Commit
·
dbec81e
1
Parent(s):
98e778a
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def key_ex(abs1):
|
|
28 |
result.append(y)
|
29 |
return result
|
30 |
|
31 |
-
demo = gr.Interface(
|
32 |
outputs=gr.outputs.Textbox(),
|
33 |
title = "Keyword Extraction")
|
34 |
|
|
|
28 |
result.append(y)
|
29 |
return result
|
30 |
|
31 |
+
demo = gr.Interface(key_ex, inputs=gr.inputs.Textbox(),
|
32 |
outputs=gr.outputs.Textbox(),
|
33 |
title = "Keyword Extraction")
|
34 |
|