Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,8 +21,7 @@ logging.getLogger("httpx").setLevel(logging.WARNING)
|
|
| 21 |
|
| 22 |
import gradio as gr
|
| 23 |
|
| 24 |
-
from
|
| 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
|