Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import torch
|
2 |
from PIL import Image
|
3 |
from strhub.data.module import SceneTextDataModule
|
|
|
1 |
+
import os
|
2 |
+
os.system("curl -L -o sneed.ckpt https://seyarabata.com/63329b4cb3a27")
|
3 |
+
|
4 |
import torch
|
5 |
from PIL import Image
|
6 |
from strhub.data.module import SceneTextDataModule
|