Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
o-862-268-o
/
licentia
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
7dab8e8
licentia
/
app.py
o-862-268-o
_
7dab8e8
verified
7 months ago
raw
Copy download link
history
blame
Safe
206 Bytes
from
huggingface_hub
import
HfFileSystem
import
gradio
as
gr
fs = HfFileSystem()
with
open
(
'datasets/o-862-268-o/licentia/datum__licentia.datum'
,
'rb'
)
as
f:
data = f.read()
print
(data)
gr.Text(data)