Di Zhang commited on
Commit
2bd1b34
·
verified ·
1 Parent(s): bedd3fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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):