Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
huggingface-projects
/
Deep-RL-Course-Certification
like
73
Running
App
Files
Files
Community
19
Fetching metadata from the HF Docker repository...
ThomasSimonini
commited on
Feb 4, 2023
Commit
065a30a
·
1 Parent(s):
daac649
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -4,6 +4,8 @@ from huggingface_hub.repocard import metadata_load
4
5
import pandas as pd
6
7
from utils import *
8
9
api = HfApi()
4
5
import pandas as pd
6
7
+
import os
8
+
9
from utils import *
10
11
api = HfApi()