darkc0de commited on
Commit
2afd4cc
·
verified ·
1 Parent(s): 4fcf714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,7 +39,7 @@ def respond(message, history):
39
  header_image_path = "https://cdn-uploads.huggingface.co/production/uploads/6540a02d1389943fef4d2640/0pAgc_eH03Encs45e2ri9.png"
40
 
41
 
42
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
43
 
44
  gr.Image(
45
  value=header_image_path,
@@ -58,4 +58,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
58
  )
59
 
60
  if __name__ == "__main__":
61
- demo.launch(show_api=True, share=False)
 
39
  header_image_path = "https://cdn-uploads.huggingface.co/production/uploads/6540a02d1389943fef4d2640/0pAgc_eH03Encs45e2ri9.png"
40
 
41
 
42
+ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
43
 
44
  gr.Image(
45
  value=header_image_path,
 
58
  )
59
 
60
  if __name__ == "__main__":
61
+ demo.launch(show_api=False, share=False)