Aniquel commited on
Commit
64e5cbd
1 Parent(s): 6ffa374

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=Never,
37
  analytics_enabled=True,
38
  theme="default"
39
  )
 
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="default"
39
  )