Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ def bot(history, api_kind):
|
|
| 112 |
print('An unexpected error occurred during generation:', str(e))
|
| 113 |
yield f"An unexpected error occurred during generation: {str(e)}"
|
| 114 |
|
| 115 |
-
with gr.Blocks(theme='WeixuanYuan/Soft_dark) as demo:
|
| 116 |
# Beautiful heading with logo
|
| 117 |
gr.HTML(value="""
|
| 118 |
<div style="display: flex; align-items: center; justify-content: space-between;">
|
|
|
|
| 112 |
print('An unexpected error occurred during generation:', str(e))
|
| 113 |
yield f"An unexpected error occurred during generation: {str(e)}"
|
| 114 |
|
| 115 |
+
with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
|
| 116 |
# Beautiful heading with logo
|
| 117 |
gr.HTML(value="""
|
| 118 |
<div style="display: flex; align-items: center; justify-content: space-between;">
|