Spaces:
Sleeping
Sleeping
add description
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def segment_text(input_text):
|
|
| 43 |
|
| 44 |
return segments
|
| 45 |
|
| 46 |
-
with gr.Blocks() as demo:
|
| 47 |
with gr.Row():
|
| 48 |
gr.Markdown(title)
|
| 49 |
with gr.Row():
|
|
|
|
| 43 |
|
| 44 |
return segments
|
| 45 |
|
| 46 |
+
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
| 47 |
with gr.Row():
|
| 48 |
gr.Markdown(title)
|
| 49 |
with gr.Row():
|