pandora-s commited on
Commit
eb95ca6
1 Parent(s): 41c5f67

delete prints

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -30,9 +30,6 @@ def image_to_base64(image_path):
30
 
31
  @spaces.GPU(duration=60)
32
  def run_inference(message, history):
33
- print(message)
34
- print(history)
35
-
36
  ## may work
37
  messages = []
38
  images = []
 
30
 
31
  @spaces.GPU(duration=60)
32
  def run_inference(message, history):
 
 
 
33
  ## may work
34
  messages = []
35
  images = []