Aniquel commited on
Commit
8306109
1 Parent(s): 1fb28a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,6 +25,7 @@ iface = gr.Interface(
25
  fn=generate_image,
26
  inputs=gr.inputs.Textbox(label="Enter Prompt Here"),
27
  outputs="image",
 
28
  examples=[
29
  ["a cat sitting on a couch"],
30
  ["a robot walking in the park"],
@@ -33,6 +34,6 @@ iface = gr.Interface(
33
  title="TalkGPT Image Generation",
34
  description="Use AI to generate images based on a prompt.",
35
  allow_flagging=False,
36
- analytics_enabled=False,
37
  theme="huggingface"
38
  )
 
25
  fn=generate_image,
26
  inputs=gr.inputs.Textbox(label="Enter Prompt Here"),
27
  outputs="image",
28
+
29
  examples=[
30
  ["a cat sitting on a couch"],
31
  ["a robot walking in the park"],
 
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
  )