wop commited on
Commit
55ff663
·
1 Parent(s): 9a514c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -17,8 +17,7 @@ def generate_response(prompt, max_length=50, temperature=0.8):
17
  iface = gr.Interface(
18
  fn=generate_response,
19
  inputs=gr.Textbox(),
20
- outputs="text",
21
- capture_session=True
22
  )
23
 
24
  iface.launch()
 
17
  iface = gr.Interface(
18
  fn=generate_response,
19
  inputs=gr.Textbox(),
20
+ outputs="text"
 
21
  )
22
 
23
  iface.launch()