Dhahlan2000 commited on
Commit
d12a493
·
verified ·
1 Parent(s): 1e6afbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ model = AutoModelForCausalLM.from_pretrained(conv_model_name, trust_remote_code=
69
 
70
  # client = InferenceClient("google/gemma-2b-it")
71
 
72
- # def conversation_predict(text):
73
  # return client.text_generation(text, return_full_text=False)
74
  # pipe = pipeline(
75
  # "text-generation",
 
69
 
70
  # client = InferenceClient("google/gemma-2b-it")
71
 
72
+ def conversation_predict(text):
73
  # return client.text_generation(text, return_full_text=False)
74
  # pipe = pipeline(
75
  # "text-generation",