Spaces:
Runtime error
Runtime error
Commit
Β·
806b7f0
1
Parent(s):
63f4262
Update app.py
Browse files
app.py
CHANGED
@@ -108,4 +108,4 @@ gr.Interface(func,
|
|
108 |
gr.inputs.Slider(minimum=1, maximum=5,
|
109 |
default=3, label="No of Question"),
|
110 |
],
|
111 |
-
gr.outputs.KeyValues(), capture_session=True
|
|
|
108 |
gr.inputs.Slider(minimum=1, maximum=5,
|
109 |
default=3, label="No of Question"),
|
110 |
],
|
111 |
+
gr.outputs.KeyValues(), capture_session=True).launch()
|