jhansi1 commited on
Commit
898c536
·
verified ·
1 Parent(s): 309a07a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import streamlit as st
4
  from transformers import pipeline
5
  from datasets import load_dataset
6
 
 
7
  # Initialize the Hugging Face InferenceClient
8
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
9
 
 
4
  from transformers import pipeline
5
  from datasets import load_dataset
6
 
7
+ force_download=True
8
  # Initialize the Hugging Face InferenceClient
9
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
10