Spaces:
Runtime error
Runtime error
Commit
·
bb91d91
1
Parent(s):
148c784
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ DATA_FILE = os.path.join(DATA_DIRNAME, DATA_FILENAME)
|
|
17 |
|
18 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
19 |
|
20 |
-
|
21 |
print("hfh", huggingface_hub.__version__)
|
22 |
|
23 |
# overriding/appending to the gradio template
|
|
|
17 |
|
18 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
19 |
|
|
|
20 |
print("hfh", huggingface_hub.__version__)
|
21 |
|
22 |
# overriding/appending to the gradio template
|