Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
·
61c9543
1
Parent(s):
f2d4fd1
Update app.py
Browse files
app.py
CHANGED
@@ -138,4 +138,4 @@ for colname in data.columns:
|
|
138 |
interface = gr.Interface(general_predictor, inputs=inputls, outputs="text", article=info['article'], css=info['css'], theme="grass", title=info['title'], allow_flagging=False, description=info['description'])
|
139 |
|
140 |
# show the interface
|
141 |
-
interface.launch(
|
|
|
138 |
interface = gr.Interface(general_predictor, inputs=inputls, outputs="text", article=info['article'], css=info['css'], theme="grass", title=info['title'], allow_flagging=False, description=info['description'])
|
139 |
|
140 |
# show the interface
|
141 |
+
interface.launch()
|