Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
|
4 |
-
# Hugging Face API details
|
5 |
-
HF_API_TOKEN = "Champignon" # Replace with your API key
|
|
|
6 |
MODEL_NAME = "mistralai/Mistral-7B-Instruct" # Choose an LLM model
|
7 |
|
8 |
|
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
|
4 |
+
# # Hugging Face API details
|
5 |
+
# HF_API_TOKEN = "Champignon" # Replace with your API key
|
6 |
+
|
7 |
MODEL_NAME = "mistralai/Mistral-7B-Instruct" # Choose an LLM model
|
8 |
|
9 |
|