sandz7 commited on
Commit
bf28b1d
Β·
verified Β·
1 Parent(s): 8c734d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- print(f"Input: {input}") # Debug input
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"]: