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...
6a7649a
german-sentiment-bert
/
app.py
Chris4K
Update app.py
6a7649a
about 1 year ago
raw
Copy download link
history
blame
Safe
190 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(share=
True
)