bndl commited on
Commit
bf00256
·
1 Parent(s): a0ecdd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
  from spaces_utils import authenticate
3
 
4
 
@@ -7,8 +8,8 @@ GRADIO_TOKEN = os.environ.get("READ_TOKEN") # read
7
 
8
 
9
  # Logs repo path
10
- dataset_url = "https://huggingface.co/datasets/sandl/upload_bond_coat_segmentation"
11
- dataset_path = "logs_bond_coat_segmentation.csv"
12
 
13
 
14
  def authenticate_from_public(username, password):
 
1
  import gradio as gr
2
+ import os
3
  from spaces_utils import authenticate
4
 
5
 
 
8
 
9
 
10
  # Logs repo path
11
+ dataset_url = "https://huggingface.co/datasets/sandl/upload_particles_segmentation"
12
+ dataset_path = "logs_particles_segmentation.csv"
13
 
14
 
15
  def authenticate_from_public(username, password):