Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ model.to("cuda:0")
|
|
14 |
|
15 |
@spaces.GPU
|
16 |
def bot_streaming(message, history):
|
17 |
-
print(
|
18 |
if message["files"]:
|
19 |
image = message["files"][-1]["path"]
|
20 |
else:
|
|
|
14 |
|
15 |
@spaces.GPU
|
16 |
def bot_streaming(message, history):
|
17 |
+
print(history)
|
18 |
if message["files"]:
|
19 |
image = message["files"][-1]["path"]
|
20 |
else:
|