Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TechAudio
/
ReaSpeech-Cloud
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8a75d3b
ReaSpeech-Cloud
/
app
/
list_files.html
j
add ls endpoint
8a75d3b
10 months ago
raw
Copy download link
history
blame
Safe
214 Bytes
<
html
>
<
head
>
<
title
>
Files
</
title
>
</
head
>
<
body
>
<
h1
>
Files:
</
h1
>
<
ul
>
{% for file in files %}
<
li
>
<
a
href
=
"{{file}}"
>
{{file}}
</
a
>
</
li
>
{% endfor %}
</
ul
>
</
body
>
</
html
>