Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ from utils.lua_converter import LuaConverter
|
|
| 48 |
from transformers import Qwen2VLForConditionalGeneration, AutoProcessor
|
| 49 |
from qwen_vl_utils import process_vision_info
|
| 50 |
import torch
|
| 51 |
-
from lua2lrt import lua_to_lrtemplate
|
| 52 |
from huggingface_hub import snapshot_download
|
| 53 |
import spaces
|
| 54 |
|
|
|
|
| 48 |
from transformers import Qwen2VLForConditionalGeneration, AutoProcessor
|
| 49 |
from qwen_vl_utils import process_vision_info
|
| 50 |
import torch
|
| 51 |
+
from utils.lua2lrt import lua_to_lrtemplate
|
| 52 |
from huggingface_hub import snapshot_download
|
| 53 |
import spaces
|
| 54 |
|