patrickbdevaney commited on
Commit
62a5fe3
·
verified ·
1 Parent(s): ba4db24

Update app.py

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