MaykaGR commited on
Commit
3f00a1a
·
verified ·
1 Parent(s): b8c0a8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- import comfypulid
3
 
4
  if __name__ == "__main__":
5
  # Comment out the main() call in the exported Python code
 
1
  import gradio as gr
2
+ from comfypulid import generate_image
3
 
4
  if __name__ == "__main__":
5
  # Comment out the main() call in the exported Python code