Spaces:
Runtime error
Runtime error
Commit ·
368f400
1
Parent(s): 3d19ff4
test deepseek
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# app.py
|
| 2 |
import gradio as gr # type: ignore
|
| 3 |
-
import openai # type: ignore
|
| 4 |
# import os
|
| 5 |
|
| 6 |
# # openai.api_key = os.getenv("OPENAI_API_KEY")
|
|
|
|
| 1 |
# app.py
|
| 2 |
import gradio as gr # type: ignore
|
| 3 |
+
# import openai # type: ignore
|
| 4 |
# import os
|
| 5 |
|
| 6 |
# # openai.api_key = os.getenv("OPENAI_API_KEY")
|
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio
|
| 2 |
-
|
| 3 |
torch
|
| 4 |
transformers
|
| 5 |
accelerate
|
|
|
|
| 1 |
gradio
|
| 2 |
+
|
| 3 |
torch
|
| 4 |
transformers
|
| 5 |
accelerate
|