mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
format fix and update wechat qr code
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 279 KiB After Width: | Height: | Size: 291 KiB |
@@ -857,7 +857,7 @@ def create_ui():
|
||||
logs2,
|
||||
)
|
||||
|
||||
with gr.Blocks(title="Owl",theme=gr.themes.Soft(primary_hue="blue")) as app:
|
||||
with gr.Blocks(title="OWL", theme=gr.themes.Soft(primary_hue="blue")) as app:
|
||||
gr.Markdown(
|
||||
"""
|
||||
# 🦉 OWL Multi-Agent Collaboration System
|
||||
@@ -1294,7 +1294,7 @@ def main():
|
||||
app = create_ui()
|
||||
|
||||
app.queue()
|
||||
app.launch(share=False,favicon_path="../assets/owl-favicon.ico")
|
||||
app.launch(share=False, favicon_path="../assets/owl-favicon.ico")
|
||||
except Exception as e:
|
||||
logging.error(f"Error occurred while starting the application: {str(e)}")
|
||||
print(f"Error occurred while starting the application: {str(e)}")
|
||||
|
||||
Reference in New Issue
Block a user