Spaces:
Runtime error
Runtime error
YaserDS-777
commited on
Commit
•
1f29b82
1
Parent(s):
0b0436e
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import gradio as gr
|
|
3 |
import requests
|
4 |
import os
|
5 |
|
6 |
-
import subprocess
|
7 |
-
subprocess.run(["huggingface-cli", "login", "--token", HUGGINGFACE_API_TOKEN_V])
|
8 |
|
9 |
TOKEN = os.getenv("HUGGINGFACE_API_TOKEN_V")
|
10 |
|
|
|
3 |
import requests
|
4 |
import os
|
5 |
|
6 |
+
#import subprocess
|
7 |
+
#subprocess.run(["huggingface-cli", "login", "--token", HUGGINGFACE_API_TOKEN_V])
|
8 |
|
9 |
TOKEN = os.getenv("HUGGINGFACE_API_TOKEN_V")
|
10 |
|