lallouzz commited on
Commit
a964b00
1 Parent(s): fb715e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ def launch(input):
20
  return processor.decode(out[0], skip_special_tokens=True)
21
 
22
  iface = gr.Interface(launch, inputs="text", outputs="text")
23
- iface.launch(share=True)
 
20
  return processor.decode(out[0], skip_special_tokens=True)
21
 
22
  iface = gr.Interface(launch, inputs="text", outputs="text")
23
+ iface.launch()