Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,4 +109,4 @@ with gr.Blocks() as iface:
|
|
109 |
generate_btn.click(fn=run_model_with_frames, inputs=[context, frame_size, overlap], outputs=questions, api_name="generate_questions")
|
110 |
|
111 |
#iface = gr.Interface(fn=run_model_with_frames, inputs="text", outputs="text")
|
112 |
-
iface.launch(
|
|
|
109 |
generate_btn.click(fn=run_model_with_frames, inputs=[context, frame_size, overlap], outputs=questions, api_name="generate_questions")
|
110 |
|
111 |
#iface = gr.Interface(fn=run_model_with_frames, inputs="text", outputs="text")
|
112 |
+
iface.launch()
|