shivalikasingh commited on
Commit
b909bba
·
verified ·
1 Parent(s): e147434

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -72,10 +72,10 @@ AUDIO_INPUT_STORAGE_PATH = os.getenv("AUDIO_INPUT_STORAGE_PATH")
72
  AUDIO_RESPONSE_STORAGE_PATH = os.getenv("AUDIO_RESPONSE_STORAGE_PATH")
73
  SAVING_ENABLED = True
74
 
75
- storage_client = storage.Client()
76
- bucket = storage_client.bucket(BUCKET_NAME)
77
- audio_bucket = storage_client.bucket(AUDIO_BUCKET)
78
- connection = connect_with_connector()
79
 
80
  # Language identification
81
  lid_model_path = hf_hub_download(repo_id="facebook/fasttext-language-identification", filename="model.bin")
 
72
  AUDIO_RESPONSE_STORAGE_PATH = os.getenv("AUDIO_RESPONSE_STORAGE_PATH")
73
  SAVING_ENABLED = True
74
 
75
+ # storage_client = storage.Client()
76
+ # bucket = storage_client.bucket(BUCKET_NAME)
77
+ # audio_bucket = storage_client.bucket(AUDIO_BUCKET)
78
+ # connection = connect_with_connector()
79
 
80
  # Language identification
81
  lid_model_path = hf_hub_download(repo_id="facebook/fasttext-language-identification", filename="model.bin")