Isidorophp commited on
Commit
29d4d16
·
verified ·
1 Parent(s): 3cc29d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,7 +113,7 @@ async def generate1(prompt):
113
  yield tmp_path
114
 
115
  with gr.Blocks(css="style.css") as demo:
116
- gr.Markdown(""" # <center><img src='https://huggingface.co/spaces/Isidorophp/Talk-to-Dr.Watson/resolve/main/logo.png' alt='RJP DEV STUDIO logo' style='width:120px; height:75px; '></center>""")
117
  gr.Markdown(""" # <center><b> DR. Watson 🤖 🧠 🧬</b></center>
118
  ### <center>An Artificial Intelligence Assistant just for YOU:
119
  ### <center>Now Talk to - Dr. Watson</center>
@@ -143,6 +143,6 @@ with gr.Blocks(css="style.css") as demo:
143
 
144
 
145
  if __name__ == "__main__":
146
- demo.queue(max_size=200,api_open=False).launch(share=True)
147
 
148
 
 
113
  yield tmp_path
114
 
115
  with gr.Blocks(css="style.css") as demo:
116
+ gr.Markdown(""" # <center><img src='https://huggingface.co/spaces/Isidorophp/Talk-to-Dr.Watson/resolve/main/logo.png' alt='RJP DEV STUDIO logo' style='width:240px; height:70px; '></center>""")
117
  gr.Markdown(""" # <center><b> DR. Watson 🤖 🧠 🧬</b></center>
118
  ### <center>An Artificial Intelligence Assistant just for YOU:
119
  ### <center>Now Talk to - Dr. Watson</center>
 
143
 
144
 
145
  if __name__ == "__main__":
146
+ demo.queue(max_size=200,api_open=False).launch()
147
 
148