Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
from prefigure.prefigure import get_all_args, push_wandb_config
|
|
|
2 |
import json
|
3 |
import os
|
4 |
os.environ["GRADIO_TEMP_DIR"] = "./.gradio_tmp"
|
|
|
1 |
from prefigure.prefigure import get_all_args, push_wandb_config
|
2 |
+
import spaces
|
3 |
import json
|
4 |
import os
|
5 |
os.environ["GRADIO_TEMP_DIR"] = "./.gradio_tmp"
|