PuristanLabs1 commited on
Commit
d11ee3f
·
verified ·
1 Parent(s): 1cc5f25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "./ARC_AGI" # Use absolute path if necessary
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
  """