Spaces:
Sleeping
Sleeping
fix imports
Browse files
app.py
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import spaces
|
3 |
-
|
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 |
|