JustKiddo commited on
Commit
ae63702
·
verified ·
1 Parent(s): 484af9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ For more information on `huggingface_hub` Inference API support, please check th
7
  """
8
 
9
  #Update: Using a new base model
10
- #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
11
- client = InferenceClient("HuggingFaceH4/zephyr-7b-gemma-v0.1")
12
  #topic_model = BERTopic.load("MaartenGr/BERTopic_Wikipedia")
13
  # Train model
14
  #topic_model = BERTopic("english")
 
7
  """
8
 
9
  #Update: Using a new base model
10
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
11
+ #client = InferenceClient("HuggingFaceH4/zephyr-7b-gemma-v0.1")
12
  #topic_model = BERTopic.load("MaartenGr/BERTopic_Wikipedia")
13
  # Train model
14
  #topic_model = BERTopic("english")