Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import json
|
4 |
|
5 |
# JSON 파일 읽기
|
6 |
-
with open('
|
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 |
##############################################################################
|