Spaces:
Runtime error
Runtime error
minor UI change
Browse files- src/ui/ui.py +1 -2
src/ui/ui.py
CHANGED
@@ -159,8 +159,7 @@ def create_ui():
|
|
159 |
margin-bottom: 15px;
|
160 |
}
|
161 |
""") as demo:
|
162 |
-
|
163 |
-
|
164 |
# State to track if cancellation is requested
|
165 |
cancel_requested = gr.State(False)
|
166 |
# State to store the conversion thread
|
|
|
159 |
margin-bottom: 15px;
|
160 |
}
|
161 |
""") as demo:
|
162 |
+
# Remove the header
|
|
|
163 |
# State to track if cancellation is requested
|
164 |
cancel_requested = gr.State(False)
|
165 |
# State to store the conversion thread
|