Update inference.py
Browse files- inference.py +1 -0
inference.py
CHANGED
@@ -5,6 +5,7 @@ from threading import Thread
|
|
5 |
from utils import image_to_base64
|
6 |
import gradio as gr
|
7 |
import gradio_user_history as gr_user_history
|
|
|
8 |
|
9 |
pipe = Custom(os.getenv("PRODIA_API_KEY"))
|
10 |
|
|
|
5 |
from utils import image_to_base64
|
6 |
import gradio as gr
|
7 |
import gradio_user_history as gr_user_history
|
8 |
+
import os
|
9 |
|
10 |
pipe = Custom(os.getenv("PRODIA_API_KEY"))
|
11 |
|