ActiveYixiao commited on
Commit
4b49fbe
·
verified ·
1 Parent(s): c13c080

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import logging
2
  import textwrap
3
  from typing import Literal, Optional
 
4
  import gradio as gr
5
  import outlines
6
  import pandas as pd
@@ -237,4 +238,4 @@ with gr.Blocks(title="Zero-Shot Evaluation Grader") as iface:
237
 
238
 
239
  if __name__ == "__main__":
240
- iface.launch(share=True)
 
1
  import logging
2
  import textwrap
3
  from typing import Literal, Optional
4
+
5
  import gradio as gr
6
  import outlines
7
  import pandas as pd
 
238
 
239
 
240
  if __name__ == "__main__":
241
+ iface.launch(share=True)