garrethlee commited on
Commit
d2330df
·
verified ·
1 Parent(s): ef0ed29

fix imports

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -1,10 +1,7 @@
1
  import gradio as gr
2
  import spaces
3
- from huggingface_hub import InferenceClient
4
-
5
- """
6
- 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
7
- """
8
 
9
  model_id = "GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct"
10
 
 
1
  import gradio as gr
2
  import spaces
3
+ import transformers
4
+ import torch
 
 
 
5
 
6
  model_id = "GoToCompany/gemma2-9b-cpt-sahabatai-v1-instruct"
7