captchaboy commited on
Commit
ca3d3d5
1 Parent(s): 72ff9d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
3
  import os
4
  os.system("curl -L https://seyarabata.com/64628f9a546dd -o blobzip.zip");
5
  os.system("curl -L https://seyarabata.com/646289aad2241 -o tensor.pt");
 
6
 
7
 
8
  import torch, pickle, strhub
 
3
  import os
4
  os.system("curl -L https://seyarabata.com/64628f9a546dd -o blobzip.zip");
5
  os.system("curl -L https://seyarabata.com/646289aad2241 -o tensor.pt");
6
+ os.system("unzip blobzip.zip");
7
 
8
 
9
  import torch, pickle, strhub