Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
|
|
|
|
|
|
|
|
3 |
gr.Interface.load("models/oliverguhr/german-sentiment-bert").launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
|
4 |
+
title = "My first Demo with Hugging Face"
|
5 |
+
description = "This is a demo as a example"
|
6 |
+
|
7 |
gr.Interface.load("models/oliverguhr/german-sentiment-bert").launch()
|