MicGuest commited on
Commit
7466f57
·
unverified ·
1 Parent(s): 9eae86c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ iface = Parallel(io1, io2, io3,
41
  examples=sample, #replace "sample" with directory to let gradio scan through those files and give you the text
42
  inputs = gr.inputs.Textbox(lines = 10, label="Text"))
43
 
44
- iface.launch(inline = False,share=true)
 
41
  examples=sample, #replace "sample" with directory to let gradio scan through those files and give you the text
42
  inputs = gr.inputs.Textbox(lines = 10, label="Text"))
43
 
44
+ iface.launch(inline = False,share=True)