EkhiAzur commited on
Commit
005eb92
·
1 Parent(s): 4866071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
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()