Michelvh commited on
Commit
cea7242
1 Parent(s): ea70794

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
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()