Pagn13 commited on
Commit
b5629a8
·
verified ·
1 Parent(s): 27c0b0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):