Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,6 +18,7 @@ import torch.nn.functional as F
|
|
| 18 |
#from sklearn.decomposition import PCA
|
| 19 |
import matplotlib.pyplot as plt
|
| 20 |
import json
|
|
|
|
| 21 |
|
| 22 |
# Load configuration file
|
| 23 |
with open('config.json', 'r') as config_file:
|
|
|
|
| 18 |
#from sklearn.decomposition import PCA
|
| 19 |
import matplotlib.pyplot as plt
|
| 20 |
import json
|
| 21 |
+
import gradio as gr
|
| 22 |
|
| 23 |
# Load configuration file
|
| 24 |
with open('config.json', 'r') as config_file:
|