Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
# Optimized app.py with lazy loading and preloading thread, fixed chatbot format and startup error handling
|
2 |
|
3 |
-
import sys
|
4 |
import os
|
5 |
import gradio as gr
|
6 |
from typing import List
|
|
|
1 |
# Optimized app.py with lazy loading and preloading thread, fixed chatbot format and startup error handling
|
2 |
|
|
|
3 |
import os
|
4 |
import gradio as gr
|
5 |
from typing import List
|