Anni123 commited on
Commit
5808cd0
·
1 Parent(s): f7396b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -345,7 +345,7 @@ with gr.Blocks(theme="bethecloud/storj_theme", css="#process_btn {background-col
345
  feedback_uncertain.click(record_feedback_uncertain, inputs=[input_question, datatype, ans_ours, ans_zeroshot, self_know, kb_know, refine_know, cor_ans ,store_flag], outputs=[feedback_agree, feedback_disagree, feedback_uncertain, feedback_ack])
346
 
347
 
348
- demo.launch(share=True)
349
 
350
 
351
 
 
345
  feedback_uncertain.click(record_feedback_uncertain, inputs=[input_question, datatype, ans_ours, ans_zeroshot, self_know, kb_know, refine_know, cor_ans ,store_flag], outputs=[feedback_agree, feedback_disagree, feedback_uncertain, feedback_ack])
346
 
347
 
348
+ demo.launch()
349
 
350
 
351