Trabis commited on
Commit
17f8a7f
·
verified ·
1 Parent(s): 2fc4f47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -379,6 +379,7 @@ def process_question(question: str):
379
  # show_error=True
380
  # )
381
 
 
382
  # CSS personnalisé avec l'importation de Google Fonts
383
  custom_css = """
384
  /* Import Google Fonts - Noto Sans Arabic */
@@ -539,8 +540,8 @@ with gr.Blocks(css=custom_css) as iface:
539
  if __name__ == "__main__":
540
  iface.launch(
541
  share=True,
542
- # server_name="0.0.0.0",
543
- # server_port=7860,
544
  max_threads=3,
545
  show_error=True
546
  )
 
379
  # show_error=True
380
  # )
381
 
382
+ # CSS personnalisé avec l'importation de Google Fonts
383
  # CSS personnalisé avec l'importation de Google Fonts
384
  custom_css = """
385
  /* Import Google Fonts - Noto Sans Arabic */
 
540
  if __name__ == "__main__":
541
  iface.launch(
542
  share=True,
543
+ server_name="0.0.0.0",
544
+ server_port=7860,
545
  max_threads=3,
546
  show_error=True
547
  )