muhtasham commited on
Commit
e29f12c
1 Parent(s): 827b1df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- gr.Interface.load("huggingface/deepset/gelectra-large-germanquad"
3
  title="Question Answering in German",
4
  description="Write or paste a text and a question see if the model can answer correctly. It only supports German."
5
  ).launch()
1
  import gradio as gr
2
+ gr.Interface.load("huggingface/deepset/gelectra-large-germanquad",
3
  title="Question Answering in German",
4
  description="Write or paste a text and a question see if the model can answer correctly. It only supports German."
5
  ).launch()