Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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()
|