Bagratuni commited on
Commit
c495ec8
·
1 Parent(s): cabb2f4
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -114,7 +114,8 @@ def main():
114
  outputs=[table_output_armenian,
115
  # table_output_mmlu,
116
  plot_output_armenian,
117
- # plot_output_mmlu],
 
118
  )
119
  app.launch(share=True, debug=True)
120
 
 
114
  outputs=[table_output_armenian,
115
  # table_output_mmlu,
116
  plot_output_armenian,
117
+ # plot_output_mmlu
118
+ ],
119
  )
120
  app.launch(share=True, debug=True)
121