JudyChoi commited on
Commit
8fd51b9
·
verified ·
1 Parent(s): 18ddd7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import json
4
 
5
  # JSON 파일 읽기
6
- with open('/home/judy/command_bot/node.json', 'r') as file:
7
  node_info = json.load(file)
8
 
9
  ##############################################################################
 
3
  import json
4
 
5
  # JSON 파일 읽기
6
+ with open('node.json', 'r') as file:
7
  node_info = json.load(file)
8
 
9
  ##############################################################################