Spaces:
Runtime error
Runtime error
Commit
·
08fea6e
1
Parent(s):
5814198
Update app.py
Browse files
app.py
CHANGED
@@ -69,5 +69,5 @@ footer {display:none !important}
|
|
69 |
|
70 |
"""
|
71 |
|
72 |
-
demo = gr.Interface(fn=get_question, inputs=[gr.Textbox(lines=3, placeholder="Enter text here", label="Context"), gr.Textbox(lines=1, label="Answer")], outputs=gr.Textbox(label="Generated Question"), title="Question Generator |
|
73 |
demo.launch()
|
|
|
69 |
|
70 |
"""
|
71 |
|
72 |
+
demo = gr.Interface(fn=get_question, inputs=[gr.Textbox(lines=3, placeholder="Enter text here", label="Context"), gr.Textbox(lines=1, label="Answer")], outputs=gr.Textbox(label="Generated Question"), title="Question Generator | Data Science Dojo", examples=examples, css=css)
|
73 |
demo.launch()
|