Rahatara commited on
Commit
ecf1959
·
verified ·
1 Parent(s): 9d726ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
3
  from typing import List, Tuple
4
  import fitz # PyMuPDF
5
 
6
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
7
 
8
  # Placeholder for the app's state
9
  class MyApp:
 
3
  from typing import List, Tuple
4
  import fitz # PyMuPDF
5
 
6
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-gemma-v0.1")
7
 
8
  # Placeholder for the app's state
9
  class MyApp: