Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ os.environ["OPENAI_API_KEY"] = 'sk-TBQa3E1H2wInOLKRrQ3lT3BlbkFJIlyEKk8eGwDiVnM4V
|
|
9 |
def gradio_ask_ai(user_input):
|
10 |
index = GPTSimpleVectorIndex.load_from_disk('index.json')
|
11 |
query = user_input
|
12 |
-
f=open("yo.txt","
|
13 |
f.write("file created")
|
14 |
f.close()
|
15 |
response = index.query(query)
|
|
|
9 |
def gradio_ask_ai(user_input):
|
10 |
index = GPTSimpleVectorIndex.load_from_disk('index.json')
|
11 |
query = user_input
|
12 |
+
f=open("yo.txt","a")
|
13 |
f.write("file created")
|
14 |
f.close()
|
15 |
response = index.query(query)
|