MBinAsif commited on
Commit
a41160b
·
1 Parent(s): bbb1c5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import streamlit as st
6
 
7
  # Update with your local file paths
8
 
9
- model_directory = '/MyModels'
10
 
11
  # Load the fine-tuned GPT-2 model and tokenizer
12
  model = GPT2LMHeadModel.from_pretrained(model_directory)
 
6
 
7
  # Update with your local file paths
8
 
9
+ model_directory = 'MyModels'
10
 
11
  # Load the fine-tuned GPT-2 model and tokenizer
12
  model = GPT2LMHeadModel.from_pretrained(model_directory)