Update app.py
Browse files
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()
|