File size: 190 Bytes
37b8163
 
1ec6ac8
 
 
 
98d4d13
8cd1deb
6a7649a
1
2
3
4
5
6
7
8
9
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)