EkhiAzur commited on
Commit
5e8c0ad
1 Parent(s): 005eb92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ prozesatu.classifier = classifier
28
 
29
  demo = gr.Interface(
30
  fn=prozesatu,
31
- inputs=gr.Textbox(placeholder="Idatzi hemen testua..."),
32
  outputs="label",
33
  interpretation="default",
34
  examples=[["Gaur egungo teknologiak bikainak dira..."]]).launch()
 
28
 
29
  demo = gr.Interface(
30
  fn=prozesatu,
31
+ inputs=gr.Textbox(label="Testua", placeholder="Idatzi hemen testua..."),
32
  outputs="label",
33
  interpretation="default",
34
  examples=[["Gaur egungo teknologiak bikainak dira..."]]).launch()