Update app.py
Browse files
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)
|