Spaces:
Runtime error
Runtime error
Update llm_preprocess.py
Browse files- llm_preprocess.py +0 -4
llm_preprocess.py
CHANGED
|
@@ -5,10 +5,6 @@ $ pip install google-generativeai
|
|
| 5 |
"""
|
| 6 |
import json
|
| 7 |
|
| 8 |
-
|
| 9 |
-
os.environ['HTTP_PROXY'] = 'http://127.0.0.1:58591'
|
| 10 |
-
os.environ['HTTPS_PROXY'] = 'http://127.0.0.1:58591'
|
| 11 |
-
|
| 12 |
def get_event():
|
| 13 |
event_list = [
|
| 14 |
"burping_belching", # 0
|
|
|
|
| 5 |
"""
|
| 6 |
import json
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
def get_event():
|
| 9 |
event_list = [
|
| 10 |
"burping_belching", # 0
|