Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
import
|
| 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
|