akhaliq HF staff commited on
Commit
3b40c15
1 Parent(s): 042efb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
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()