Vaibhavbrkn commited on
Commit
95f5785
β€’
1 Parent(s): 806b7f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,4 +108,4 @@ gr.Interface(func,
108
  gr.inputs.Slider(minimum=1, maximum=5,
109
  default=3, label="No of Question"),
110
  ],
111
- gr.outputs.KeyValues(), capture_session=True).launch()
 
108
  gr.inputs.Slider(minimum=1, maximum=5,
109
  default=3, label="No of Question"),
110
  ],
111
+ gr.outputs.KeyValues()).launch()