Xhaheen commited on
Commit
3e76feb
1 Parent(s): e726183

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -61,7 +61,7 @@ examples = [f"example{i}.png" for i in range(1,7)]
61
 
62
  description= " Looking for a fun and easy way to generate memes? Look no further than Meme world! Leveraging large language models like GPT-3PT-3 / Ai21 / Cohere, you can create memes that are sure to be a hit with your friends or network . Created with ♥️ dicuss @[Xaheen](https://chat.whatsapp.com/BA2s37KvPrG4ach28iISBv). kindly share your thoughts in discussion session and use the app responsibly "
63
  title = "Meme world 🖼️"
64
- dropdown=["data science ", "product management","marketing","startup" ,"agile","crypto" , "SEO" ]
65
 
66
  article = "Created By : Xaheen "
67
 
@@ -71,7 +71,12 @@ interface = gr.Interface(
71
 
72
  theme="grass",
73
  outputs=output,
74
- # examples = examples,#
 
 
 
 
 
75
  title=title,
76
  description=description,
77
  article = article,
 
61
 
62
  description= " Looking for a fun and easy way to generate memes? Look no further than Meme world! Leveraging large language models like GPT-3PT-3 / Ai21 / Cohere, you can create memes that are sure to be a hit with your friends or network . Created with ♥️ dicuss @[Xaheen](https://chat.whatsapp.com/BA2s37KvPrG4ach28iISBv). kindly share your thoughts in discussion session and use the app responsibly "
63
  title = "Meme world 🖼️"
64
+ dropdown=["data science", "product management","marketing","startup" ,"agile","crypto" , "SEO" ]
65
 
66
  article = "Created By : Xaheen "
67
 
 
71
 
72
  theme="grass",
73
  outputs=output,
74
+ examples =[['data science', 'example5.png'],
75
+ ['product management', 'example2.png'],
76
+ ['startup', 'example3.png'],
77
+ ['marketing', 'example4.png'],
78
+ ['agile', 'example1.png'],
79
+ ['crypto', 'example6.png']],
80
  title=title,
81
  description=description,
82
  article = article,