ancerlop commited on
Commit
29ba5ff
·
verified ·
1 Parent(s): b3f697c

InternVL2.5-1B

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ def http_bot(
230
  max_input_tiles,
231
  request: gr.Request,
232
  ):
233
- model_name = 'InternVL2.5-78B'
234
  logger.info(f"http_bot. ip: {request.client.host}")
235
  start_tstamp = time.time()
236
  if hasattr(state, "skip_next") and state.skip_next:
 
230
  max_input_tiles,
231
  request: gr.Request,
232
  ):
233
+ model_name = 'InternVL2.5-1B'
234
  logger.info(f"http_bot. ip: {request.client.host}")
235
  start_tstamp = time.time()
236
  if hasattr(state, "skip_next") and state.skip_next: