yyk19 commited on
Commit
c3743b9
1 Parent(s): 66a8222
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import math
3
  from omegaconf import OmegaConf
4
  from scripts.rendertext_tool import Render_Text, load_model_from_config
5
  import gradio as gr
6
-
7
  def process_multi_wrapper(rendered_txt_0, rendered_txt_1, rendered_txt_2, rendered_txt_3,
8
  shared_prompt,
9
  width_0, width_1, width_2, width_3,
 
3
  from omegaconf import OmegaConf
4
  from scripts.rendertext_tool import Render_Text, load_model_from_config
5
  import gradio as gr
6
+ import os
7
  def process_multi_wrapper(rendered_txt_0, rendered_txt_1, rendered_txt_2, rendered_txt_3,
8
  shared_prompt,
9
  width_0, width_1, width_2, width_3,