Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
|
|
| 15 |
import gradio as gr
|
| 16 |
from accelerate import Accelerator
|
| 17 |
import huggingface_hub # Ensure this import is correct
|
|
|
|
| 18 |
|
| 19 |
# Instantiate the Accelerator
|
| 20 |
accelerator = Accelerator()
|
|
|
|
| 15 |
import gradio as gr
|
| 16 |
from accelerate import Accelerator
|
| 17 |
import huggingface_hub # Ensure this import is correct
|
| 18 |
+
import spaces
|
| 19 |
|
| 20 |
# Instantiate the Accelerator
|
| 21 |
accelerator = Accelerator()
|