Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,6 +35,7 @@ output_text = gr.Textbox(label="Predicted Sentiment")
|
|
| 35 |
|
| 36 |
|
| 37 |
test_args = TrainingArguments(
|
|
|
|
| 38 |
do_train=False,
|
| 39 |
do_predict=True,
|
| 40 |
per_device_eval_batch_size = 2
|
|
|
|
| 35 |
|
| 36 |
|
| 37 |
test_args = TrainingArguments(
|
| 38 |
+
output_dir='Prakhar618/gpt_detect23/output/',
|
| 39 |
do_train=False,
|
| 40 |
do_predict=True,
|
| 41 |
per_device_eval_batch_size = 2
|