Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,4 +37,4 @@ def predict(message, history):
|
|
37 |
gpt_response = llm(prompt, max_tokens=4000)['choices'][0]['text']
|
38 |
return gpt_response.content
|
39 |
|
40 |
-
gr.ChatInterface(predict).launch(
|
|
|
37 |
gpt_response = llm(prompt, max_tokens=4000)['choices'][0]['text']
|
38 |
return gpt_response.content
|
39 |
|
40 |
+
gr.ChatInterface(predict).launch()
|