Spaces:
Runtime error
Runtime error
Vaibhavbrkn
commited on
Commit
Β·
6f63374
1
Parent(s):
95f5785
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,6 @@ gr.Interface(func,
|
|
106 |
[
|
107 |
gr.inputs.Textbox(lines=10, label="context"),
|
108 |
gr.inputs.Slider(minimum=1, maximum=5,
|
109 |
-
default=
|
110 |
],
|
111 |
gr.outputs.KeyValues()).launch()
|
|
|
106 |
[
|
107 |
gr.inputs.Textbox(lines=10, label="context"),
|
108 |
gr.inputs.Slider(minimum=1, maximum=5,
|
109 |
+
default=1, label="No of Question"),
|
110 |
],
|
111 |
gr.outputs.KeyValues()).launch()
|