prithivMLmods commited on
Commit
9b2efb1
1 Parent(s): 3957e7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -1
app.py CHANGED
@@ -211,6 +211,16 @@ DESCRIPTION = """## IMAGINEO 4K 🏞️
211
 
212
  """
213
 
 
 
 
 
 
 
 
 
 
 
214
 
215
  if not torch.cuda.is_available():
216
  DESCRIPTION += "\n<p>⚠️Running on CPU, This may not work on CPU.</p>"
@@ -495,6 +505,10 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
495
  )
496
 
497
  #gr.Markdown("⚠️ responsible for ensuring it meets appropriate ethical standards")
 
 
 
 
498
 
499
  if __name__ == "__main__":
500
- demo.queue(max_size=20).launch()
 
211
 
212
  """
213
 
214
+ DESCRIPTIONy = """
215
+ <p align="left">
216
+ <a title="Github" href="https://github.com/PRITHIVSAKTHIUR/Imagineo-4K" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
217
+ <img src="https://img.shields.io/github/stars/PRITHIVSAKTHIUR/Imagineo-4K?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
218
+ </a>
219
+ </p>
220
+ """
221
+
222
+
223
+
224
 
225
  if not torch.cuda.is_available():
226
  DESCRIPTION += "\n<p>⚠️Running on CPU, This may not work on CPU.</p>"
 
505
  )
506
 
507
  #gr.Markdown("⚠️ responsible for ensuring it meets appropriate ethical standards")
508
+ gr.Markdown(DESCRIPTIONy)
509
+ # Adding a note about user responsibility
510
+ gr.Markdown("**Note:**")
511
+ gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
512
 
513
  if __name__ == "__main__":
514
+ demo.queue(max_size=40).launch()