Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
-
from mistralai import Mistral
|
| 4 |
|
| 5 |
# Use the environment variable key you set in Hugging Face Settings
|
| 6 |
api_key = os.environ.get("MISTRAL_API_KEY")
|
|
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
+
from mistralai.client import Mistral
|
| 4 |
|
| 5 |
# Use the environment variable key you set in Hugging Face Settings
|
| 6 |
api_key = os.environ.get("MISTRAL_API_KEY")
|