Spaces:
Runtime error
Runtime error
mohamedemam
commited on
Commit
·
e197a54
1
Parent(s):
b2bf05e
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ iface = gr.Interface(
|
|
97 |
gr.inputs.Slider(minimum=1, maximum=20, default=3, step=1, label="num of beams"),
|
98 |
|
99 |
|
100 |
-
],
|
101 |
outputs=gr.outputs.Textbox(label="Generated Output"),
|
102 |
title="Question Generation and Answering",
|
103 |
description="Select an example context, choose a recommended word, adjust temperature and top-p. The model will generate questions and answers.",
|
|
|
97 |
gr.inputs.Slider(minimum=1, maximum=20, default=3, step=1, label="num of beams"),
|
98 |
|
99 |
|
100 |
+
],theme="red-black",
|
101 |
outputs=gr.outputs.Textbox(label="Generated Output"),
|
102 |
title="Question Generation and Answering",
|
103 |
description="Select an example context, choose a recommended word, adjust temperature and top-p. The model will generate questions and answers.",
|