Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Chris4K
/
german-sentiment-bert
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1ec6ac8
german-sentiment-bert
/
app.py
Chris4K
Update app.py
1ec6ac8
almost 2 years ago
raw
Copy download link
history
blame
178 Bytes
import
gradio
as
gr
title =
"My first Demo with Hugging Face"
description =
"This is a demo as a example"
gr.Interface.load(
"models/oliverguhr/german-sentiment-bert"
).launch()