Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,5 +51,5 @@ def run_model(report):
|
|
51 |
return postprocess(outputs, tokenizer, report)
|
52 |
|
53 |
|
54 |
-
iface = gr.Interface(fn=run_model,
|
55 |
iface.launch()
|
|
|
51 |
return postprocess(outputs, tokenizer, report)
|
52 |
|
53 |
|
54 |
+
iface = gr.Interface(fn=run_model, inputs="text", outputs="text")
|
55 |
iface.launch()
|