WICKED4950 commited on
Commit
903fe66
·
verified ·
1 Parent(s): d94d127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -4,13 +4,9 @@ import tensorflow as tf
4
  import json
5
  import os
6
 
7
- script_path = os.path.abspath(__file__)
8
- print(f"The script is running from: {script_path}")
9
-
10
- # Get the directory of the running script
11
- script_directory = os.path.dirname(script_path)
12
- print(f"The script is located in: {script_directory}")
13
-
14
 
15
  print("Loading the model......")
16
  model_name = "WICKED4950/Irisonego5"
 
4
  import json
5
  import os
6
 
7
+ data = {"Interactions":[]}
8
+ with open("question_answer.json", "w") as file:
9
+ json.dump(data, file, indent=4)
 
 
 
 
10
 
11
  print("Loading the model......")
12
  model_name = "WICKED4950/Irisonego5"