itslukeypookie commited on
Commit
07c0f3d
·
verified ·
1 Parent(s): 0611c78
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -29,14 +29,6 @@ from tqdm import tqdm
29
  from PIL import Image
30
  import gradio as gr
31
 
32
- import transforms
33
- from transformers import TrainingArguments
34
-
35
- args = TrainingArguments(
36
- # other args and kwargs here
37
- report_to="wandb", # enable logging to W&B
38
- )
39
-
40
  # from utils import progress_bar
41
 
42
  # CSS theme styling
 
29
  from PIL import Image
30
  import gradio as gr
31
 
 
 
 
 
 
 
 
 
32
  # from utils import progress_bar
33
 
34
  # CSS theme styling