Riswan-Nopiyar commited on
Commit
23841a0
·
verified ·
1 Parent(s): 86ecaaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ from huggingface_hub import InferenceClient
4
  """
5
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
6
  """
7
- # Menggunakan model Gemini yang tersedia di HuggingFace
8
- client = InferenceClient("google/gemini-xx") # Gantilah dengan nama model Gemini yang tepat
9
 
10
 
11
  def respond(
 
4
  """
5
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
6
  """
7
+ # Gunakan model yang lebih umum, misalnya GPT-2
8
+ client = InferenceClient("gpt2") # Ganti dengan model yang valid di HuggingFace
9
 
10
 
11
  def respond(