Browse Source

Reorder the imports

oobabooga 2 năm trước cách đây
mục cha
commit
8a7563ae84
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      modules/extensions.py

+ 2 - 1
modules/extensions.py

@@ -1,6 +1,7 @@
+import gradio as gr
+
 import extensions
 import modules.shared as shared
-import gradio as gr
 
 state = {}
 available_extensions = []