Spaces:
Running
Running
Farhan1572
commited on
Commit
•
41d9d5d
1
Parent(s):
776fa07
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,8 @@ list_of_ai_words = ['Advancement in the realm', 'Aims to bridge',
|
|
113 |
|
114 |
|
115 |
|
116 |
-
finetuned_model = "ft:gpt-3.5-turbo-0125:cedarbyte-business-solutions::9PRHsQbf"
|
|
|
117 |
|
118 |
def humanize_text(AI_text):
|
119 |
"""Humanizes the provided AI text using the fine-tuned model."""
|
|
|
113 |
|
114 |
|
115 |
|
116 |
+
# finetuned_model = "ft:gpt-3.5-turbo-0125:cedarbyte-business-solutions::9PRHsQbf"
|
117 |
+
finetuned_model = "ft:gpt-3.5-turbo-0125:cedarbyte-business-solutions::9Pthp1Dc"
|
118 |
|
119 |
def humanize_text(AI_text):
|
120 |
"""Humanizes the provided AI text using the fine-tuned model."""
|