Spaces:
Runtime error
Runtime error
Isabel Gwara commited on
Commit ·
e25dc50
1
Parent(s): 63f4ef1
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ for colname in data.columns:
|
|
| 135 |
inputls.append(gr.inputs.Number(label=colname))
|
| 136 |
|
| 137 |
# generate gradio interface
|
| 138 |
-
interface = gr.Interface(general_predictor, inputs=inputls, outputs="text", article=info['article'], css=info['css'], theme="
|
| 139 |
|
| 140 |
# show the interface
|
| 141 |
interface.launch()
|
|
|
|
| 135 |
inputls.append(gr.inputs.Number(label=colname))
|
| 136 |
|
| 137 |
# generate gradio interface
|
| 138 |
+
interface = gr.Interface(general_predictor, inputs=inputls, outputs="text", article=info['article'], css=info['css'], theme="default", title=info['title'], allow_flagging='never', description=info['description'])
|
| 139 |
|
| 140 |
# show the interface
|
| 141 |
interface.launch()
|