PlantBasedTen commited on
Commit
d946da4
1 Parent(s): 1464700

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import logging
3
  from pathlib import Path
4
  from threading import Thread
5
  from typing import List
6
-
7
  import gradio as gr
8
 
9
  logger = logging.getLogger(__name__)
 
3
  from pathlib import Path
4
  from threading import Thread
5
  from typing import List
6
+ import os
7
  import gradio as gr
8
 
9
  logger = logging.getLogger(__name__)