Dhahlan2000 commited on
Commit
e5d1c4a
·
verified ·
1 Parent(s): 870620e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ pipe1 = pipeline("text-generation", model="unsloth/gemma-2b-it")
66
 
67
  # client = InferenceClient("google/gemma-2b-it")
68
 
69
- def conversation_predict(text):
70
  # return client.text_generation(text, return_full_text=False)
71
  # pipe = pipeline(
72
  # "text-generation",
 
66
 
67
  # client = InferenceClient("google/gemma-2b-it")
68
 
69
+ # def conversation_predict(text):
70
  # return client.text_generation(text, return_full_text=False)
71
  # pipe = pipeline(
72
  # "text-generation",