Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ import gradio as gr
|
|
9 |
import torch
|
10 |
from utils.postprocess import text_mapping
|
11 |
import json
|
|
|
12 |
# Set model & Dataset NM
|
13 |
MODEL_NAME = "Gae8J/gaepago-20"
|
14 |
DATASET_NAME = "Gae8J/modeling_v1"
|
|
|
9 |
import torch
|
10 |
from utils.postprocess import text_mapping
|
11 |
import json
|
12 |
+
import os
|
13 |
# Set model & Dataset NM
|
14 |
MODEL_NAME = "Gae8J/gaepago-20"
|
15 |
DATASET_NAME = "Gae8J/modeling_v1"
|