Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,8 @@ def switch_inputs(source, target, source_language, target_language):
|
|
134 |
return target, source, target_language, source_language
|
135 |
|
136 |
|
137 |
-
with gr.Blocks(
|
|
|
138 |
|
139 |
gr.Markdown("# Norwegian-English translation")
|
140 |
|
|
|
134 |
return target, source, target_language, source_language
|
135 |
|
136 |
|
137 |
+
with gr.Blocks() as demo:
|
138 |
+
# with gr.Blocks(theme='sudeepshouche/minimalist') as demo:
|
139 |
|
140 |
gr.Markdown("# Norwegian-English translation")
|
141 |
|