Spaces:
Running
Running
admin
commited on
Commit
·
cd40f0e
1
Parent(s):
f9eefb4
rename llms 2 apis
Browse files- llms.py → apis.py +0 -0
- app.py +1 -1
llms.py → apis.py
RENAMED
File without changes
|
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
3 |
from deepseek import DeepSeek_R1_Qwen_7B
|
4 |
|
5 |
if __name__ == "__main__":
|
|
|
1 |
import gradio as gr
|
2 |
+
from apis import LLM_APIs
|
3 |
from deepseek import DeepSeek_R1_Qwen_7B
|
4 |
|
5 |
if __name__ == "__main__":
|