Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,6 @@ iface = gr.Interface(
|
|
28 |
inputs=gr.Textbox(),
|
29 |
outputs=gr.Textbox(),
|
30 |
live=True,
|
31 |
-
capture_session=True,
|
32 |
)
|
33 |
|
34 |
iface.launch()
|
|
|
28 |
inputs=gr.Textbox(),
|
29 |
outputs=gr.Textbox(),
|
30 |
live=True,
|
|
|
31 |
)
|
32 |
|
33 |
iface.launch()
|