Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -104,15 +104,7 @@ iface = gr.Interface(
|
|
104 |
4. Click "Submit" to generate the image.
|
105 |
|
106 |
**Note:** Ensure you have sufficient credits and adhere to the API usage limits.
|
107 |
-
"""
|
108 |
-
examples=[
|
109 |
-
[
|
110 |
-
"A cat on its back legs running like a human is holding a big silver fish with its arms. The cat is running away from the shop owner and has a panicked look on his face. The scene is situated in a crowded market.",
|
111 |
-
1024,
|
112 |
-
1024,
|
113 |
-
"",
|
114 |
-
],
|
115 |
-
],
|
116 |
)
|
117 |
|
118 |
iface.launch()
|
|
|
104 |
4. Click "Submit" to generate the image.
|
105 |
|
106 |
**Note:** Ensure you have sufficient credits and adhere to the API usage limits.
|
107 |
+
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
)
|
109 |
|
110 |
iface.launch()
|