shubham24 commited on
Commit
641657f
·
1 Parent(s): 12aa081

removed gpu decorator

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
  import spaces
6
  import numpy as np
7
 
8
- @spaces.GPU(duration=60)
9
  def transcribe_and_respond(audio_file):
10
  try:
11
  # Load audio
 
5
  import spaces
6
  import numpy as np
7
 
8
+
9
  def transcribe_and_respond(audio_file):
10
  try:
11
  # Load audio
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- transformers==4.41.2
2
  peft==0.11.1
3
  librosa==0.10.2
4
- gradio==3.50.2
5
  huggingface_hub
6
  torch
7
  spaces
 
1
+ transformers==4.4.2
2
  peft==0.11.1
3
  librosa==0.10.2
4
+ gradio==4.44.1
5
  huggingface_hub
6
  torch
7
  spaces