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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,2 +1,5 @@
1
  import gradio as gr
2
- gr.Interface.load("huggingface/deepset/gelectra-large-germanquad").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()