Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
twarner
/
learnedSpectrum
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
twarner
commited on
Dec 2, 2024
Commit
b7437fe
·
1 Parent(s):
ffd2c86
int app
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -392,4 +392,6 @@ iface = gr.Interface(
392
theme="default",
393
examples=[],
394
cache_examples=False
395
-
)
392
theme="default",
393
examples=[],
394
cache_examples=False
395
+
)
396
+
397
+
app = gr.mount_gradio_app(iface)