paufeldman commited on
Commit
4090916
·
1 Parent(s): 8ca85a6
Files changed (2) hide show
  1. .gitattributes +1 -0
  2. app.py +1 -1
.gitattributes CHANGED
@@ -1 +1,2 @@
1
  *.pth filter=lfs diff=lfs merge=lfs -text
 
 
1
  *.pth filter=lfs diff=lfs merge=lfs -text
2
+ 64.pth filter=lfs diff=lfs merge=lfs -text
app.py CHANGED
@@ -318,4 +318,4 @@ Grassdecoder.load_state_dict(checkpoint['decoder_state_dict'])
318
  gr.Interface( predict,
319
  inputs=None,
320
  outputs=gr.Plot(),
321
- ).launch(share = True)(
 
318
  gr.Interface( predict,
319
  inputs=None,
320
  outputs=gr.Plot(),
321
+ ).launch(share = True)