Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = '
|
117 |
-
fine_tuned_model_name = '
|
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 |
|