Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -2,6 +2,7 @@ import gradio as gr
|
|
| 2 |
import torch
|
| 3 |
import numpy as np
|
| 4 |
import supervision as sv
|
|
|
|
| 5 |
from transformers import (
|
| 6 |
Qwen3VLForConditionalGeneration,
|
| 7 |
Qwen3VLProcessor,
|
|
|
|
| 2 |
import torch
|
| 3 |
import numpy as np
|
| 4 |
import supervision as sv
|
| 5 |
+
from typing import Iterable
|
| 6 |
from transformers import (
|
| 7 |
Qwen3VLForConditionalGeneration,
|
| 8 |
Qwen3VLProcessor,
|