Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,8 @@ import torch
|
|
5 |
import os
|
6 |
from huggingface_hub import login
|
7 |
from PIL import Image
|
|
|
|
|
8 |
|
9 |
"""
|
10 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
|
|
5 |
import os
|
6 |
from huggingface_hub import login
|
7 |
from PIL import Image
|
8 |
+
from transformers import AutoProcessor, Gemma3ForConditionalGeneration
|
9 |
+
|
10 |
|
11 |
"""
|
12 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|