ghostsInTheMachine
commited on
Commit
•
8bc85a3
1
Parent(s):
ec60737
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import gradio as gr
|
2 |
import torch
|
3 |
import os
|
@@ -10,7 +11,6 @@ from PIL import Image
|
|
10 |
import moviepy.editor as mp
|
11 |
from infer import lotus, load_models, pipe_g, pipe_d # Import the global models
|
12 |
import logging
|
13 |
-
import spaces # Import the spaces module for ZeroGPU
|
14 |
|
15 |
# Set up logging
|
16 |
logging.basicConfig(level=logging.INFO)
|
|
|
1 |
+
import spaces # Import the spaces module for ZeroGPU
|
2 |
import gradio as gr
|
3 |
import torch
|
4 |
import os
|
|
|
11 |
import moviepy.editor as mp
|
12 |
from infer import lotus, load_models, pipe_g, pipe_d # Import the global models
|
13 |
import logging
|
|
|
14 |
|
15 |
# Set up logging
|
16 |
logging.basicConfig(level=logging.INFO)
|