Chris4K commited on
Commit
98d4d13
1 Parent(s): 28cce66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -4,11 +4,6 @@ import gradio as gr
4
  title = "My first Demo with Hugging Face"
5
  description = "This is a demo as a example"
6
 
7
- gr.Interface.load(
8
- "huggingface/microsoft/swin-tiny-patch4-window7-224",
9
- inputs=gr.Image(label="Load an image here"),
10
- title=title,
11
- description=description
12
- ).launch()
13
 
14
  gr.Interface.load("models/oliverguhr/german-sentiment-bert").launch()
 
4
  title = "My first Demo with Hugging Face"
5
  description = "This is a demo as a example"
6
 
7
+
 
 
 
 
 
8
 
9
  gr.Interface.load("models/oliverguhr/german-sentiment-bert").launch()