tatihden commited on
Commit
5f0442a
·
verified ·
1 Parent(s): ec4bfb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def gemma_chat(message, history):
33
  response_cleaned = re.split("model", response)
34
 
35
  # return the response
36
- return response_cleaned[1]
37
 
38
 
39
  gr.ChatInterface(gemma_chat).launch()
 
33
  response_cleaned = re.split("model", response)
34
 
35
  # return the response
36
+ return response_cleaned
37
 
38
 
39
  gr.ChatInterface(gemma_chat).launch()