Chris4K's picture
Update app.py
6a7649a
raw
history blame
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)