Spaces:
Sleeping
Sleeping
Commit
·
a7ffe55
1
Parent(s):
5979da9
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,6 +2,7 @@ import gradio as gr
|
|
| 2 |
import os
|
| 3 |
import random
|
| 4 |
import numpy as np
|
|
|
|
| 5 |
import gdown
|
| 6 |
import base64
|
| 7 |
from time import gmtime, strftime
|
|
|
|
| 2 |
import os
|
| 3 |
import random
|
| 4 |
import numpy as np
|
| 5 |
+
import pandas as pd
|
| 6 |
import gdown
|
| 7 |
import base64
|
| 8 |
from time import gmtime, strftime
|