fffiloni commited on
Commit
bc8d473
1 Parent(s): 89f999f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  from share_btn import community_icon_html, loading_icon_html, share_js
3
  import os
4
  import shutil
 
5
 
6
  #from huggingface_hub import snapshot_download
7
  import numpy as np
 
2
  from share_btn import community_icon_html, loading_icon_html, share_js
3
  import os
4
  import shutil
5
+ import re
6
 
7
  #from huggingface_hub import snapshot_download
8
  import numpy as np