Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ model.generation_config.eos_token_id = processor.tokenizer.eos_token_id
|
|
30 |
|
31 |
@spaces.GPU(duration=120)
|
32 |
def krypton(input, history):
|
33 |
-
|
34 |
print(f"History: {history}") # Debug history
|
35 |
|
36 |
if input["files"]:
|
|
|
30 |
|
31 |
@spaces.GPU(duration=120)
|
32 |
def krypton(input, history):
|
33 |
+
print(f"Input: {input}") # Debug input
|
34 |
print(f"History: {history}") # Debug history
|
35 |
|
36 |
if input["files"]:
|