Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,6 @@ demo = gr.Interface(
|
|
31 |
inputs=gr.Textbox(placeholder="Idatzi hemen testua..."),
|
32 |
outputs="label",
|
33 |
interpretation="default",
|
34 |
-
examples=[["Gaur egungo teknologiak bikainak dira..."]]).launch(
|
35 |
|
36 |
#gr.Interface(fn=prozesatu, inputs="text", outputs="text").launch()
|
|
|
31 |
inputs=gr.Textbox(placeholder="Idatzi hemen testua..."),
|
32 |
outputs="label",
|
33 |
interpretation="default",
|
34 |
+
examples=[["Gaur egungo teknologiak bikainak dira..."]]).launch()
|
35 |
|
36 |
#gr.Interface(fn=prozesatu, inputs="text", outputs="text").launch()
|