Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
netynet
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Next
commited on
Jun 27, 2024
Commit
7ab595d
·
verified
·
1 Parent(s):
43e55c5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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"):