Spaces:
Sleeping
Sleeping
# init_params
Browse files
app.py
CHANGED
@@ -2126,8 +2126,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
2126 |
outputs=[exit_ticket_exam_result]
|
2127 |
)
|
2128 |
|
2129 |
-
|
2130 |
-
|
2131 |
demo.load(
|
2132 |
init_params,
|
2133 |
inputs =[youtube_link],
|
|
|
2126 |
outputs=[exit_ticket_exam_result]
|
2127 |
)
|
2128 |
|
2129 |
+
# init_params
|
|
|
2130 |
demo.load(
|
2131 |
init_params,
|
2132 |
inputs =[youtube_link],
|