Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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()
|