Ferdi commited on
Commit
cb89ece
1 Parent(s): 829fc49

wrong instructions dir

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from utils import *
3
 
4
- file_path = 'instructions.txt'
5
 
6
  with open(file_path, 'r', encoding='utf-8') as file:
7
  instruction_text = file.read()
 
1
  import gradio as gr
2
  from utils import *
3
 
4
+ file_path = '../instructions.txt'
5
 
6
  with open(file_path, 'r', encoding='utf-8') as file:
7
  instruction_text = file.read()