Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-loading
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abidlabs
HF Staff
commited on
Jan 20, 2023
Commit
462e2c8
·
1 Parent(s):
170ce65
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
import os
3
+
4
+
gr.Interface.load("spaces/gradio/test-loading-examples-private", api_key=os.getenv("hf_token")).launch()