Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def chat_with_openrouter(input_text):
|
|
25 |
"top_k": 0,
|
26 |
})
|
27 |
)
|
28 |
-
return response
|
29 |
|
30 |
# Create Gradio interface
|
31 |
iface = gr.Interface(fn=generate_text, inputs="text", outputs="text")
|
|
|
25 |
"top_k": 0,
|
26 |
})
|
27 |
)
|
28 |
+
return response
|
29 |
|
30 |
# Create Gradio interface
|
31 |
iface = gr.Interface(fn=generate_text, inputs="text", outputs="text")
|