cetusian commited on
Commit
297f353
·
verified ·
1 Parent(s): d3c5b69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import os
2
  import gradio as gr
3
  from huggingface_hub import login, InferenceClient
 
4
 
5
  # Authenticate with Hugging Face API
6
  api_key = os.getenv("TOKEN")
 
1
  import os
2
  import gradio as gr
3
  from huggingface_hub import login, InferenceClient
4
+ import spaces
5
 
6
  # Authenticate with Hugging Face API
7
  api_key = os.getenv("TOKEN")