Spaces:
Running
Running
Update app.py
Browse files
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.
|
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=
|
|
|
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)
|