Spaces:
Sleeping
Sleeping
Update ChatGPT_app.py
Browse files- ChatGPT_app.py +1 -1
ChatGPT_app.py
CHANGED
|
@@ -33,7 +33,7 @@ demo = gr.Interface(
|
|
| 33 |
fn=Question,
|
| 34 |
inputs="text", outputs="text")
|
| 35 |
# Create a secondary window with history of responses
|
| 36 |
-
gr.Interface(title="History", fn=lambda: responses, inputs=None, outputs=
|
| 37 |
|
| 38 |
# Launch interface
|
| 39 |
demo.launch(share=true)
|
|
|
|
| 33 |
fn=Question,
|
| 34 |
inputs="text", outputs="text")
|
| 35 |
# Create a secondary window with history of responses
|
| 36 |
+
gr.Interface(title="History", fn=lambda: responses, inputs=None, outputs=responses, live=False).launch(share=True)
|
| 37 |
|
| 38 |
# Launch interface
|
| 39 |
demo.launch(share=true)
|