Spaces:
Runtime error
Runtime error
bug fix
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def topk(word,model):
|
|
67 |
|
68 |
interface = gr.Interface(fn=topk,
|
69 |
inputs=[gr.Textbox(label="Word"), gr.Dropdown(available_models)],
|
70 |
-
outputs=gr.outputs.Textbox()
|
71 |
title = title,
|
72 |
description = description,
|
73 |
article = article)
|
|
|
67 |
|
68 |
interface = gr.Interface(fn=topk,
|
69 |
inputs=[gr.Textbox(label="Word"), gr.Dropdown(available_models)],
|
70 |
+
outputs=gr.outputs.Textbox(),
|
71 |
title = title,
|
72 |
description = description,
|
73 |
article = article)
|