MicGuest
commited on
Update app.py
Browse files
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=
|
|
|
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)
|