Spaces:
Runtime error
Runtime error
cspocketindia
commited on
Commit
•
a48d452
1
Parent(s):
528f5f3
update repo url
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -19,7 +19,7 @@ headers = ["input", "output"]
|
|
19 |
|
20 |
|
21 |
repo = huggingface_hub.Repository(
|
22 |
-
local_dir=dataset_dir, clone_from="jeevavijay10/senti-pred-gradio", use_auth_token=hf_token
|
23 |
)
|
24 |
|
25 |
def log_record(input, output):
|
|
|
19 |
|
20 |
|
21 |
repo = huggingface_hub.Repository(
|
22 |
+
local_dir=dataset_dir, clone_from="https://huggingface.co/datasets/jeevavijay10/senti-pred-gradio", use_auth_token=hf_token
|
23 |
)
|
24 |
|
25 |
def log_record(input, output):
|