Update app.py
Browse files
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 |
-
|
543 |
-
|
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 |
)
|