Mihakram commited on
Commit
e1a533b
1 Parent(s): dae0a0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,5 +25,5 @@ demo = gr.Interface(fn=generate__questions, inputs=[gr.Textbox(label='Context'),
25
  gr.Textbox(label='Answer')] ,
26
  outputs=gr.Textbox(label='Question'),
27
  title="Arabic Question Generation",
28
- description="Get the Question from given Context and a Answer")
29
  demo.launch()
 
25
  gr.Textbox(label='Answer')] ,
26
  outputs=gr.Textbox(label='Question'),
27
  title="Arabic Question Generation",
28
+ description="Get the Question from given Context and an Answer")
29
  demo.launch()