kkpathak91
commited on
Commit
·
594a060
1
Parent(s):
4d9364d
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,8 @@ gr.Interface(
|
|
41 |
|
42 |
|
43 |
##########################################################################################################
|
44 |
-
|
45 |
-
|
46 |
import gradio as gr
|
47 |
from huggingface_hub import snapshot_download
|
48 |
from prettytable import PrettyTable
|
|
|
41 |
|
42 |
|
43 |
##########################################################################################################
|
44 |
+
|
45 |
+
import os
|
46 |
import gradio as gr
|
47 |
from huggingface_hub import snapshot_download
|
48 |
from prettytable import PrettyTable
|