Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
-
tiiuae/falcon-7b-instruct
|
| 4 |
client = InferenceClient(model="openai/gpt-oss-20b") # No token
|
| 5 |
|
| 6 |
def respond(message, history, system_message, max_tokens, temperature, top_p):
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
+
tiiuae/"falcon-7b-instruct"
|
| 4 |
client = InferenceClient(model="openai/gpt-oss-20b") # No token
|
| 5 |
|
| 6 |
def respond(message, history, system_message, max_tokens, temperature, top_p):
|