sifujohn commited on
Commit
af89761
1 Parent(s): f15645e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,6 +1,9 @@
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
3
- client = InferenceClient("models/google/gemma-7b-it")
 
 
 
4
 
5
 
6
  def format_prompt(message, history):
 
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
3
+
4
+ client = InferenceClient(
5
+ "models/google/gemma-7b-it"
6
+ )
7
 
8
 
9
  def format_prompt(message, history):