Manasa1 commited on
Commit
6da8cd8
·
verified ·
1 Parent(s): 269e537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,8 +113,8 @@ class TweetDatasetProcessor:
113
  # Gradio Interface Function
114
  def gradio_interface():
115
  # Path to the PDF with tweets
116
- pdf_path = 'path_to_your_pdf.pdf' # Replace with your PDF file path
117
- fine_tuned_model_name = 'path_to_your_fine_tuned_model' # Replace with the path to your fine-tuned model
118
 
119
  processor = TweetDatasetProcessor(fine_tuned_model_name, pdf_path)
120
 
 
113
  # Gradio Interface Function
114
  def gradio_interface():
115
  # Path to the PDF with tweets
116
+ pdf_path = 'Dataset (4).pdf' # Replace with your PDF file path
117
+ fine_tuned_model_name = 'Manasa1/GPT2_Finetuned_tweets' # Replace with the path to your fine-tuned model
118
 
119
  processor = TweetDatasetProcessor(fine_tuned_model_name, pdf_path)
120