Spaces:
Runtime error
Runtime error
jlazoff commited on
Commit ·
9f052af
1
Parent(s): 08d6e4b
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,4 +81,4 @@ iface = Parallel(#io1,
|
|
| 81 |
examples=sample, # replace "sample" with directory to let gradio scan through those files and give you the text
|
| 82 |
inputs=gr.inputs.Textbox(lines=30, label="Text"))
|
| 83 |
|
| 84 |
-
iface.launch(inline=False
|
|
|
|
| 81 |
examples=sample, # replace "sample" with directory to let gradio scan through those files and give you the text
|
| 82 |
inputs=gr.inputs.Textbox(lines=30, label="Text"))
|
| 83 |
|
| 84 |
+
iface.launch(inline=False)
|