jonaschua commited on
Commit
0751791
·
verified ·
1 Parent(s): 013667b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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