awacke1 commited on
Commit
c95ef29
·
verified ·
1 Parent(s): ede61e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def generate(
107
  #return image_paths, seed
108
  return image_paths, seed, download_links
109
 
110
- examples = [
111
  "a modern hospital room with advanced medical equipment and a patient resting comfortably",
112
  "a team of surgeons performing a delicate operation using state-of-the-art surgical robots",
113
  "a elderly woman smiling while a nurse checks her vital signs using a holographic display",
@@ -116,6 +116,18 @@ examples = [
116
  "a telemedicine consultation between a doctor and a patient, using virtual reality technology for a immersive experience"
117
  ]
118
 
 
 
 
 
 
 
 
 
 
 
 
 
119
 
120
  css = '''
121
  .gradio-container{max-width: 1024px !important}
 
107
  #return image_paths, seed
108
  return image_paths, seed, download_links
109
 
110
+ examples_old = [
111
  "a modern hospital room with advanced medical equipment and a patient resting comfortably",
112
  "a team of surgeons performing a delicate operation using state-of-the-art surgical robots",
113
  "a elderly woman smiling while a nurse checks her vital signs using a holographic display",
 
116
  "a telemedicine consultation between a doctor and a patient, using virtual reality technology for a immersive experience"
117
  ]
118
 
119
+ examples = [
120
+ "In a sleek, private hospital suite, a recovering patient relaxes in a luxurious bed while a personalized AI assistant monitors their health, adjusts the ambient lighting, and provides entertainment tailored to their preferences.",
121
+ "A skilled neurosurgeon leads a team of experts in a groundbreaking brain surgery, utilizing advanced neuronavigation systems and miniaturized robotics to precisely remove a tumor with minimal invasiveness.",
122
+ "An elderly man engages in a virtual reality physical therapy session, guided by a compassionate AI therapist that adapts the exercises to his abilities and provides encouragement, all from the comfort of his own home.",
123
+ "In a bright, welcoming dental office, a young patient watches in awe as a dental robot efficiently and painlessly repairs a cavity using a laser system, while the dentist explains the procedure using interactive 3D images.",
124
+ "A team of biomedical engineers collaborate in a state-of-the-art research facility, designing and testing advanced prosthetic limbs that seamlessly integrate with the patient's nervous system for natural, intuitive control.",
125
+ "A pregnant woman undergoes a routine check-up, as a gentle robotic ultrasound system captures high-resolution 3D images of her developing baby, while the obstetrician provides reassurance and guidance via a holographic display.",
126
+ "In a cutting-edge cancer treatment center, a patient undergoes a precision radiation therapy session, where an AI-guided system delivers highly targeted doses to destroy cancer cells while preserving healthy tissue.",
127
+ "A group of medical students attend a virtual reality lecture, where they can interact with detailed, 3D anatomical models and simulate complex surgical procedures under the guidance of renowned experts from around the world.",
128
+ "In a remote village, a local healthcare worker uses a portable, AI-powered diagnostic device to quickly and accurately assess a patient's symptoms, while seamlessly connecting with specialists in distant cities for expert advice and treatment planning.",
129
+ "At an advanced fertility clinic, a couple watches in wonder as an AI-assisted system carefully selects the most viable embryos for implantation, while providing personalized guidance and emotional support throughout the process."
130
+ ]
131
 
132
  css = '''
133
  .gradio-container{max-width: 1024px !important}