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
Apr 5, 2023
Commit
ac3245b
Β·
1 Parent(s):
a816966
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,7 @@
1
#@title Prepare the Concepts Library to be used
2
3
import requests
4
import os
5
import gradio as gr
1
#@title Prepare the Concepts Library to be used
2
3
+
4
+
5
import requests
6
import os
7
import gradio as gr