iDrops commited on
Commit
89c5179
·
verified ·
1 Parent(s): 3a6e74e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
  client = InferenceClient(
5
- "Qwen/Qwen3-8B",
6
  )
7
 
8
  # Create a custom theme that builds on Soft and modifies it to be light
 
2
  from huggingface_hub import InferenceClient
3
 
4
  client = InferenceClient(
5
+ "meta-llama/Meta-Llama-3-8B",
6
  )
7
 
8
  # Create a custom theme that builds on Soft and modifies it to be light