Spaces:
Sleeping
Sleeping
Andre
commited on
Commit
·
b6b11b7
1
Parent(s):
fbb01db
Update
Browse files- app.py +0 -4
- colab.ipynb +3 -3
- colab/{CtB-AI-img-gen-1.0.ipynb → old/CtB-AI-img-gen-1.0.ipynb} +0 -0
app.py
CHANGED
@@ -14,7 +14,3 @@ from gradio_interface import demo
|
|
14 |
if __name__ == "__main__":
|
15 |
# Launch the Gradio app
|
16 |
demo.launch()
|
17 |
-
|
18 |
-
if __name__ == "__main__":
|
19 |
-
# Launch the Gradio app
|
20 |
-
demo.launch()
|
|
|
14 |
if __name__ == "__main__":
|
15 |
# Launch the Gradio app
|
16 |
demo.launch()
|
|
|
|
|
|
|
|
colab.ipynb
CHANGED
@@ -153,9 +153,9 @@
|
|
153 |
" )\n",
|
154 |
"\n",
|
155 |
" # Debug: Check the output of generate_image\n",
|
156 |
-
" print(\"=== Debug: generate_image Output ===\")\n",
|
157 |
-
" print(f\"Image: {image}\")\n",
|
158 |
-
" print(\"====================================\")\n",
|
159 |
"\n",
|
160 |
" if isinstance(image, str):\n",
|
161 |
" print(\"=== Debug: Error ===\")\n",
|
|
|
153 |
" )\n",
|
154 |
"\n",
|
155 |
" # Debug: Check the output of generate_image\n",
|
156 |
+
" #print(\"=== Debug: generate_image Output ===\")\n",
|
157 |
+
" #print(f\"Image: {image}\")\n",
|
158 |
+
" #print(\"====================================\")\n",
|
159 |
"\n",
|
160 |
" if isinstance(image, str):\n",
|
161 |
" print(\"=== Debug: Error ===\")\n",
|
colab/{CtB-AI-img-gen-1.0.ipynb → old/CtB-AI-img-gen-1.0.ipynb}
RENAMED
File without changes
|