Spaces:
Runtime error
Runtime error
o-862-268-o
commited on
app.py
CHANGED
@@ -2,8 +2,9 @@ from huggingface_hub import HfFileSystem
|
|
2 |
import gradio as gr
|
3 |
fs = HfFileSystem()
|
4 |
|
5 |
-
with open('/
|
6 |
data = f.read()
|
|
|
7 |
|
8 |
gr.Text(data)
|
9 |
|
|
|
2 |
import gradio as gr
|
3 |
fs = HfFileSystem()
|
4 |
|
5 |
+
with open('datasets/o-862-268-o/licentia/datum__licentia','rb') as f:
|
6 |
data = f.read()
|
7 |
+
print(data)
|
8 |
|
9 |
gr.Text(data)
|
10 |
|