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:
ZurichNLP
/
unsupervised-semantic-diff
like
0
Running
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Fix runtime: restore demo.launch and lazy model load
#5
by
jvamvas
- opened
15 days ago
base:
refs/heads/main
←
from:
refs/pr/5
Discussion
Files changed
+1
-2
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -84,5 +84,4 @@ with gr.Blocks() as demo:
84
gr.Markdown(description)
85
86
87
-
if my_pipeline is None:
88
-
my_pipeline = load_pipeline()
84
gr.Markdown(description)
85
86
87
+
demo.launch()