Spaces:
Sleeping
Sleeping
PuristanLabs1
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import matplotlib.pyplot as plt
|
|
5 |
import gradio as gr
|
6 |
|
7 |
# Update this to the correct path of your folder
|
8 |
-
task_folder = "./
|
9 |
|
10 |
def plot_arc_problem(task_file_path, data_type="train"):
|
11 |
"""
|
|
|
5 |
import gradio as gr
|
6 |
|
7 |
# Update this to the correct path of your folder
|
8 |
+
task_folder = "./evaluation" # Use absolute path if necessary
|
9 |
|
10 |
def plot_arc_problem(task_file_path, data_type="train"):
|
11 |
"""
|