Kangarroar commited on
Commit
4f17706
1 Parent(s): 2ea2c52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,6 +3,7 @@ import pandas as pd
3
  import numpy as np
4
  import matplotlib.pyplot as plt
5
  import json
 
6
  import tempfile
7
  import shutil
8
  import requests
@@ -24,7 +25,6 @@ from infer import *
24
  import logging
25
  from infer_tools.infer_tool import *
26
  import io
27
- import os
28
 
29
  clip_completed = False
30
  def render_audio(ckpt_temp_file, config_temp_file, audio_temp_file, title):
 
3
  import numpy as np
4
  import matplotlib.pyplot as plt
5
  import json
6
+ import os
7
  import tempfile
8
  import shutil
9
  import requests
 
25
  import logging
26
  from infer_tools.infer_tool import *
27
  import io
 
28
 
29
  clip_completed = False
30
  def render_audio(ckpt_temp_file, config_temp_file, audio_temp_file, title):