Spaces:
Sleeping
Sleeping
Dacho688
commited on
Commit
•
5a51ec9
1
Parent(s):
6e1c2f6
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ import gradio as gr
|
|
3 |
import spaces
|
4 |
from huggingface_hub import InferenceClient,login
|
5 |
|
6 |
-
login(os.getenv("HUGGINGFACEHUB_API_TOKEN"))
|
7 |
client=InferenceClient()
|
8 |
|
9 |
@spaces.GPU
|
|
|
3 |
import spaces
|
4 |
from huggingface_hub import InferenceClient,login
|
5 |
|
|
|
6 |
client=InferenceClient()
|
7 |
|
8 |
@spaces.GPU
|