Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
3aa7962
1
Parent(s):
1b7bc4b
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ with gr.Blocks() as demo:
|
|
23 |
def change_visibility():
|
24 |
return {
|
25 |
out_non_stream: gr.update(visible=True),
|
26 |
-
|
27 |
}
|
28 |
|
29 |
btn.click(fn=change_visibility, outputs=[out_non_stream, out_stream])
|
|
|
23 |
def change_visibility():
|
24 |
return {
|
25 |
out_non_stream: gr.update(visible=True),
|
26 |
+
out_stream: gr.update(visible=True),
|
27 |
}
|
28 |
|
29 |
btn.click(fn=change_visibility, outputs=[out_non_stream, out_stream])
|