Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ if __name__ == "__main__":
|
|
80 |
fn=sentence_prediction,
|
81 |
inputs=gr.Textbox(placeholder="Enter a sentence here..."),
|
82 |
outputs="label",
|
83 |
-
|
84 |
examples=[["!"]])
|
85 |
|
86 |
demo.launch(debug = True,
|
|
|
80 |
fn=sentence_prediction,
|
81 |
inputs=gr.Textbox(placeholder="Enter a sentence here..."),
|
82 |
outputs="label",
|
83 |
+
interpretation="default",
|
84 |
examples=[["!"]])
|
85 |
|
86 |
demo.launch(debug = True,
|