Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -38,11 +38,11 @@ gr.Interface(
38
  css=css,
39
  enable_queue=True
40
  ).launch(debug=True)
 
 
 
41
 
42
-
43
- ##########################################################################################################
44
-
45
- import os
46
  import gradio as gr
47
  from huggingface_hub import snapshot_download
48
  from prettytable import PrettyTable
 
38
  css=css,
39
  enable_queue=True
40
  ).launch(debug=True)
41
+
42
+
43
+ ##########################################################################################################
44
 
45
+ import os
 
 
 
46
  import gradio as gr
47
  from huggingface_hub import snapshot_download
48
  from prettytable import PrettyTable