EnigmaOfTheWorld commited on
Commit
8c2723b
·
1 Parent(s): 8a3d943

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -379,6 +379,8 @@ ENGINE_MODELS = ['stable-diffusion-xl-beta-v2-2-2','stable-diffusion-768-v2-1','
379
  with gr.Blocks(theme="Ajaxon6255/Emerald_Isle") as demo:
380
  gr.Markdown("""<h1 style="color:white;font-family:monospace;text-align:center">TechnoForge Automotive</h1>""")
381
  gr.Markdown("""<p style='color:white;font-family:monospace'>Attention car enthusiasts! Are you looking for a car that combines traditional craftsmanship with cutting-edge technology? Look no further than TechnoForge Automotive! Inspired by the master blacksmith and craftsman Hephaestus, our team combines the latest in stable diffusion technology with the power of GPT-3 to create the most innovative and precise car designs on the market.Just like Hephaestus forged his creations with the utmost care and precision, we use stable diffusion to ensure the highest level of quality in every detail of our designs. And with the power of GPT-3 technology at our fingertips, we can push the limits of innovation and take car designing to new heights.</p>""")
 
 
382
  ######################################################################################################################################
383
  with gr.Accordion(label="Generte Prompt"):
384
  with gr.Row():
 
379
  with gr.Blocks(theme="Ajaxon6255/Emerald_Isle") as demo:
380
  gr.Markdown("""<h1 style="color:white;font-family:monospace;text-align:center">TechnoForge Automotive</h1>""")
381
  gr.Markdown("""<p style='color:white;font-family:monospace'>Attention car enthusiasts! Are you looking for a car that combines traditional craftsmanship with cutting-edge technology? Look no further than TechnoForge Automotive! Inspired by the master blacksmith and craftsman Hephaestus, our team combines the latest in stable diffusion technology with the power of GPT-3 to create the most innovative and precise car designs on the market.Just like Hephaestus forged his creations with the utmost care and precision, we use stable diffusion to ensure the highest level of quality in every detail of our designs. And with the power of GPT-3 technology at our fingertips, we can push the limits of innovation and take car designing to new heights.</p>""")
382
+ gr.HTML(value="<img id='HeadImage' src='https://i.ibb.co/RYqqt4Z/op9.png' alt='Generate knowlwdge graph' width='1200' height='300' style='border: 2px solid #fff;'/>")
383
+ gr.HTML(value="<style>#HeadImage:hover{box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);}</style>")
384
  ######################################################################################################################################
385
  with gr.Accordion(label="Generte Prompt"):
386
  with gr.Row():