Spaces:
Running
Running
Commit
·
4090916
1
Parent(s):
8ca85a6
fix
Browse files- .gitattributes +1 -0
- 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)
|