Rooni commited on
Commit
16c8f1a
·
verified ·
1 Parent(s): b819721

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -74,8 +74,7 @@ def process_image(
74
  finally:
75
  os.remove(image_path)
76
 
77
- return generated_image_url, result[1]
78
-
79
  # UI CSS
80
  css = """
81
  #col-container {
 
74
  finally:
75
  os.remove(image_path)
76
 
77
+ return gr.update(value=generated_image_url), result[1]
 
78
  # UI CSS
79
  css = """
80
  #col-container {