jeevavijay10 commited on
Commit
528f5f3
1 Parent(s): 46e6114

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -8
gradio_app.py CHANGED
@@ -17,16 +17,9 @@ dataset_dir = "logs"
17
 
18
  headers = ["input", "output"]
19
 
20
- path_to_dataset_repo = huggingface_hub.create_repo(
21
- name="jeevavijay10/senti-pred-gradio",
22
- token=hf_token,
23
- private=False,
24
- repo_type="dataset",
25
- exist_ok=True,
26
- )
27
 
28
  repo = huggingface_hub.Repository(
29
- local_dir=dataset_dir, clone_from=path_to_dataset_repo, use_auth_token=hf_token
30
  )
31
 
32
  def log_record(input, output):
 
17
 
18
  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):