Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,4 +41,4 @@ def get_answer(chatbot, input_text):
|
|
41 |
|
42 |
#gr.ChatInterface(get_answer(llm, text)).launch()
|
43 |
demo = gr.Interface(fn=get_answer, inputs="text", outputs="text")
|
44 |
-
demo.launch(
|
|
|
41 |
|
42 |
#gr.ChatInterface(get_answer(llm, text)).launch()
|
43 |
demo = gr.Interface(fn=get_answer, inputs="text", outputs="text")
|
44 |
+
demo.launch()
|