Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,4 +87,4 @@ examples = [[39.0, ' Private', ' Assoc-voc', 11.0, ' Divorced', ' Tech-support',
|
|
87 |
[30.0, ' Private', ' Masters', 14.0, ' Never-married', ' Prof-specialty', ' Not-in-family', ' Asian-Pac-Islander', ' Male', 0.0, 0.0, 45.0, ' Iran']]
|
88 |
|
89 |
gr.Interface(infer, inputs, output, examples= examples, allow_flagging='never',
|
90 |
-
title=title, description=description, article=article, live=False).launch(enable_queue=True, debug=
|
|
|
87 |
[30.0, ' Private', ' Masters', 14.0, ' Never-married', ' Prof-specialty', ' Not-in-family', ' Asian-Pac-Islander', ' Male', 0.0, 0.0, 45.0, ' Iran']]
|
88 |
|
89 |
gr.Interface(infer, inputs, output, examples= examples, allow_flagging='never',
|
90 |
+
title=title, description=description, article=article, live=False).launch(enable_queue=True, debug=False)
|