Spaces:
Sleeping
Sleeping
Commit
·
55f9458
1
Parent(s):
7794b2d
test deepseek
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# app.py
|
2 |
import gradio as gr
|
3 |
-
from openai import OpenAI # type: ignore
|
4 |
import os
|
5 |
|
6 |
# chat = gr.ChatInterface(
|
|
|
1 |
# app.py
|
2 |
import gradio as gr
|
3 |
+
# from openai import OpenAI # type: ignore
|
4 |
import os
|
5 |
|
6 |
# chat = gr.ChatInterface(
|