Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ import torch.nn.functional as F
|
|
| 19 |
import matplotlib.pyplot as plt
|
| 20 |
import json
|
| 21 |
import gradio as gr
|
| 22 |
-
from huggingface_hub import HfApi, login, upload_folder
|
| 23 |
import os
|
| 24 |
|
| 25 |
# Load configuration file
|
|
|
|
| 19 |
import matplotlib.pyplot as plt
|
| 20 |
import json
|
| 21 |
import gradio as gr
|
| 22 |
+
from huggingface_hub import HfApi, login, upload_folder, create_repo
|
| 23 |
import os
|
| 24 |
|
| 25 |
# Load configuration file
|