Spaces:
Runtime error
Runtime error
yonatanbitton
commited on
Commit
•
0e7ad7d
1
Parent(s):
263f8dd
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import json
|
2 |
import gradio as gr
|
3 |
from datasets import load_dataset
|
|
|
4 |
|
5 |
auth_token = os.environ.get("auth_token")
|
6 |
whoops = load_dataset("nlphuji/whoops", use_auth_token=auth_token)['test']
|
|
|
1 |
import json
|
2 |
import gradio as gr
|
3 |
from datasets import load_dataset
|
4 |
+
import os
|
5 |
|
6 |
auth_token = os.environ.get("auth_token")
|
7 |
whoops = load_dataset("nlphuji/whoops", use_auth_token=auth_token)['test']
|