InternVL2.5-1B
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ def http_bot(
|
|
230 |
max_input_tiles,
|
231 |
request: gr.Request,
|
232 |
):
|
233 |
-
model_name = 'InternVL2.5-
|
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:
|