Technozam commited on
Commit
dcdf5f0
·
1 Parent(s): 05fb484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ iface = gr.Interface(
113
  outputs=[output],
114
  allow_flagging="manual",flagging_options=["Save Data"])
115
 
116
- iface.launch(debug=True, share=True)
117
 
118
  def generate_question(context,subjectfile):
119
  summary_text = summarizer(context,summary_model,summary_tokenizer)
 
113
  outputs=[output],
114
  allow_flagging="manual",flagging_options=["Save Data"])
115
 
116
+ # iface.launch(debug=True, share=True)
117
 
118
  def generate_question(context,subjectfile):
119
  summary_text = summarizer(context,summary_model,summary_tokenizer)