Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
11 |
-
dataset_path = "
|
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):
|