Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|