huangrh9 commited on
Commit
54731a8
·
verified ·
1 Parent(s): 8e8989f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -21,8 +21,7 @@ logging.getLogger("httpx").setLevel(logging.WARNING)
21
 
22
  import gradio as gr
23
 
24
- from illume.conversation import default_conversation, conv_templates, SeparatorStyle
25
- # from conversation import default_conversation, conv_templates, SeparatorStyle
26
 
27
  # --- Global Variables and Model Loading ---
28
  model = None # Global variable to hold the loaded ILLUME model
 
21
 
22
  import gradio as gr
23
 
24
+ from conversation import default_conversation, conv_templates, SeparatorStyle
 
25
 
26
  # --- Global Variables and Model Loading ---
27
  model = None # Global variable to hold the loaded ILLUME model