Seonghyeon Go commited on
Commit
acb0b29
·
1 Parent(s): 50d7dc5

change import index

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import gradio as gr
2
  import torch
3
  import librosa
@@ -6,7 +7,7 @@ from inference import inference
6
  from huggingface_hub import hf_hub_download
7
  import os
8
  from pathlib import Path
9
- import spaces
10
 
11
  def download_models_from_hub():
12
  """
 
1
+ import spaces
2
  import gradio as gr
3
  import torch
4
  import librosa
 
7
  from huggingface_hub import hf_hub_download
8
  import os
9
  from pathlib import Path
10
+
11
 
12
  def download_models_from_hub():
13
  """