Aniquel commited on
Commit
9a39be4
1 Parent(s): 8306109

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
33
  ],
34
  title="TalkGPT Image Generation",
35
  description="Use AI to generate images based on a prompt.",
36
- allow_flagging=False,
37
  analytics_enabled=True,
38
  theme="huggingface"
39
  )
 
33
  ],
34
  title="TalkGPT Image Generation",
35
  description="Use AI to generate images based on a prompt.",
36
+ allow_flagging=Never,
37
  analytics_enabled=True,
38
  theme="huggingface"
39
  )