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