Next commited on
Commit
7ab595d
·
verified ·
1 Parent(s): 43e55c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
-
3
  names = []
4
  for name in os.listdir(weight_root):
5
  if name.endswith(".pth"):
 
1
  import gradio as gr
2
+ import os
3
  names = []
4
  for name in os.listdir(weight_root):
5
  if name.endswith(".pth"):