Fabrice-TIERCELIN commited on
Commit
61dcd30
1 Parent(s): 33e899a

Fix import

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  import json
3
  import torch
4
  import time
 
5
 
6
  from tqdm import tqdm
7
  from huggingface_hub import snapshot_download
 
2
  import json
3
  import torch
4
  import time
5
+ import random
6
 
7
  from tqdm import tqdm
8
  from huggingface_hub import snapshot_download