Update app.py
Browse files
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
|