Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ loaded_model.to(device)
|
|
69 |
iface = gr.Interface(
|
70 |
fn=generate_predictions,
|
71 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
72 |
-
outputs=gr.outputs.Label(num_top_classes=2, label="Prediction")
|
73 |
examples=[
|
74 |
["Seu Comunista!"],
|
75 |
['Os imigrantes não deveriam ser impedidos de entrar no meu país'],
|
|
|
69 |
iface = gr.Interface(
|
70 |
fn=generate_predictions,
|
71 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
72 |
+
outputs=gr.outputs.Label(num_top_classes=2, label="Prediction"),
|
73 |
examples=[
|
74 |
["Seu Comunista!"],
|
75 |
['Os imigrantes não deveriam ser impedidos de entrar no meu país'],
|