Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,6 @@ with gr.Blocks() as demo:
|
|
47 |
|
48 |
bidali_btn.click(fn=prozesatu, inputs=input, outputs=label)
|
49 |
ezabatu_btn.click(fn=ezabatu, inputs=input, outputs=input)
|
50 |
-
gr.Examples(
|
51 |
|
52 |
demo.launch()
|
|
|
47 |
|
48 |
bidali_btn.click(fn=prozesatu, inputs=input, outputs=label)
|
49 |
ezabatu_btn.click(fn=ezabatu, inputs=input, outputs=input)
|
50 |
+
gr.Examples(list(adibideak.keys()), inputs=input, outputs=label, label="Adibideak:", fn=prozesatu, cache_examples=True)
|
51 |
|
52 |
demo.launch()
|