Matis Despujols commited on
Commit
3475833
·
verified ·
1 Parent(s): 4c6f7e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  os.environ['PYTORCH_ENABLE_MPS_FALLBACK'] = '1'
 
3
 
4
  import gradio as gr
5
  import torch
 
1
  import os
2
  os.environ['PYTORCH_ENABLE_MPS_FALLBACK'] = '1'
3
+ os.environ['GRADIO_DEFAULT_LANG'] = 'en'
4
 
5
  import gradio as gr
6
  import torch