Di Zhang
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,8 @@ with gr.Blocks() as demo:
|
|
67 |
['Find the least odd prime factor of $2019^8+1$.'],
|
68 |
],
|
69 |
cache_examples=False,
|
70 |
-
fill_height=True
|
|
|
71 |
)
|
72 |
|
73 |
with gr.Accordion("Adjust Parameters", open=False):
|
|
|
67 |
['Find the least odd prime factor of $2019^8+1$.'],
|
68 |
],
|
69 |
cache_examples=False,
|
70 |
+
fill_height=True,
|
71 |
+
stream=True # Enable streaming
|
72 |
)
|
73 |
|
74 |
with gr.Accordion("Adjust Parameters", open=False):
|