Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -172,6 +172,7 @@ def query(system_prompt, user_prompt, temperature=0.9, max_new_tokens=256, top_p
|
|
172 |
output = output.rstrip()
|
173 |
#yield output
|
174 |
#yield output
|
|
|
175 |
return output
|
176 |
|
177 |
iface = gr.Interface(
|
|
|
172 |
output = output.rstrip()
|
173 |
#yield output
|
174 |
#yield output
|
175 |
+
print(output)
|
176 |
return output
|
177 |
|
178 |
iface = gr.Interface(
|