Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ iface = gr.Interface(
|
|
36 |
fn=runpod_chat,
|
37 |
inputs=[
|
38 |
gr.Textbox(label="Enter your question:"),
|
39 |
-
gr.State(
|
40 |
],
|
41 |
outputs="chat",
|
42 |
title="RunPod Chat",
|
|
|
36 |
fn=runpod_chat,
|
37 |
inputs=[
|
38 |
gr.Textbox(label="Enter your question:"),
|
39 |
+
gr.State()
|
40 |
],
|
41 |
outputs="chat",
|
42 |
title="RunPod Chat",
|