HuanjinYao commited on
Commit
fdacea4
1 Parent(s): f966a64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -68,6 +68,8 @@ def bot_streaming(message, history):
68
  # Handle the case where 'image' is not defined at all
69
  gr.Error("You need to upload an image for LLaVA to work.")
70
 
 
 
71
 
72
  conv = conv_templates['llama_3'].copy()
73
  if len(history) == 0:
 
68
  # Handle the case where 'image' is not defined at all
69
  gr.Error("You need to upload an image for LLaVA to work.")
70
 
71
+ print('process end')
72
+
73
 
74
  conv = conv_templates['llama_3'].copy()
75
  if len(history) == 0: