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:
maxkwong
/
Search_Engine_by_Max
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dexmorgan
commited on
Apr 5, 2023
Commit
bf0c94d
·
1 Parent(s):
cbbeb77
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-1
app.py
CHANGED
Viewed
@@ -1 +1,4 @@
1
-
iface
=
gr
.Interface.load("spaces/dexmorgan/HKMA_publications")
1
+
import
gradio
as
gr
2
+
3
+
api_key = os.environ.get("API_KEY")
4
+
iface = gr.Interface.load("spaces/dexmorgan/HKMA_publications", api_key = api_key)