zenafey commited on
Commit
6e4bf3d
1 Parent(s): 6c40fbf

Update inference.py

Browse files
Files changed (1) hide show
  1. 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