Lhumpal commited on
Commit
015794e
·
verified ·
1 Parent(s): a39bfbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from pydantic import BaseModel
3
  from huggingface_hub import InferenceClient
4
  import os
5
  from google import genai
 
6
 
7
  app = FastAPI()
8
 
 
3
  from huggingface_hub import InferenceClient
4
  import os
5
  from google import genai
6
+ from google.genai.types import GenerateContentConfig
7
 
8
  app = FastAPI()
9