Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,7 @@ else:
|
|
54 |
|
55 |
@spaces.GPU
|
56 |
def generate_response(message, history):
|
|
|
57 |
if model is None:
|
58 |
return "Sorry, the model could not be loaded. Please check the logs."
|
59 |
|
|
|
54 |
|
55 |
@spaces.GPU
|
56 |
def generate_response(message, history):
|
57 |
+
print(message)
|
58 |
if model is None:
|
59 |
return "Sorry, the model could not be loaded. Please check the logs."
|
60 |
|