Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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")
|