xxyyy123 commited on
Commit
7c57f68
·
verified ·
1 Parent(s): 5f21c0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ streamer = TextIteratorStreamer(text_tokenizer, skip_prompt=True, skip_special_t
26
  image_placeholder = '<image>'
27
  cur_dir = os.path.dirname(os.path.abspath(__file__))
28
 
 
29
  logging.basicConfig(level=logging.INFO)
30
  logger = logging.getLogger(__name__)
31
 
 
26
  image_placeholder = '<image>'
27
  cur_dir = os.path.dirname(os.path.abspath(__file__))
28
 
29
+ logging.getLogger("httpx").setLevel(logging.WARNING)
30
  logging.basicConfig(level=logging.INFO)
31
  logger = logging.getLogger(__name__)
32