AidenYan commited on
Commit
a648d47
1 Parent(s): c9afddd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ story_tokenizer = AutoTokenizer.from_pretrained("pranavpsv/genre-story-generator
13
  story_model = AutoModelForCausalLM.from_pretrained("pranavpsv/genre-story-generator-v2")
14
 
15
  # Load the CSV file into a dataframe
16
- labels_df = pd.read_csv("path_to_your_csv_file/labels_to_image_urls.csv") # Make sure to update this path
17
 
18
  def image_to_text_from_url(image_url):
19
  """
 
13
  story_model = AutoModelForCausalLM.from_pretrained("pranavpsv/genre-story-generator-v2")
14
 
15
  # Load the CSV file into a dataframe
16
+ labels_df = pd.read_csv("labels_to_image_urls.csv") # Make sure to update this path
17
 
18
  def image_to_text_from_url(image_url):
19
  """