Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,4 +38,5 @@ def chatbot(message, history):
|
|
38 |
sendtoai = airemember + prompt
|
39 |
result = llm(sendtoai, **generation_kwargs)
|
40 |
return result
|
41 |
-
app = gr.ChatInterface(chatbot)
|
|
|
|
38 |
sendtoai = airemember + prompt
|
39 |
result = llm(sendtoai, **generation_kwargs)
|
40 |
return result
|
41 |
+
app = gr.ChatInterface(chatbot)
|
42 |
+
app.launch()
|