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

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 = 'C:/Users/pc/Desktop/Semester 7/NLP/Project/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)