Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tombetthauser
/
astronaut-horse-concept-loader
like
20
Runtime error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
tombetthauser
commited on
Mar 22, 2023
Commit
e51a98b
Β·
1 Parent(s):
5cb92bb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,6 +1,8 @@
1
#@title Prepare the Concepts Library to be used
2
3
4
import requests
5
import os
6
import gradio as gr
1
#@title Prepare the Concepts Library to be used
2
3
4
+
5
+
6
import requests
7
import os
8
import gradio as gr