File size: 206 Bytes
7097639
 
 
 
7dab8e8
7097639
e1e9bed
7097639
 
 
1
2
3
4
5
6
7
8
9
10
11
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)