davda54 commited on
Commit
e292a98
1 Parent(s): f0d928c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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(theme='sudeepshouche/minimalist') as demo:
 
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