apol commited on
Commit
10cc632
1 Parent(s): 46927ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(theme="snehilsanyal/scikit-learn", title="QA Legal Refugiados") a
84
 
85
  gr.HTML("""
86
  <p align="center">
87
- <img src="/file=images/markus-winkler-Je1MDuITTF4-unsplash.jpg" width="300" height="150">
88
  </p>
89
  <h1 align="center">Question Answering - Legal Refugiados v1.0</h1>
90
  <h2 align="center">Apoyo para informar y responder a consultas acerca de procedimientos y leyes de actuación y protección a asiliados y refugiados.</h2>
@@ -127,5 +127,5 @@ with gr.Blocks(theme="snehilsanyal/scikit-learn", title="QA Legal Refugiados") a
127
 
128
 
129
  #demo.queue(max_size=None)
130
- demo.launch(debug=True, share=False, allowed_paths=["images/markus-winkler-Je1MDuITTF4-unsplash.jpg"])
131
 
 
84
 
85
  gr.HTML("""
86
  <p align="center">
87
+ <img src="/file=images/chatgpt-refugees1.png" width="300" height="150">
88
  </p>
89
  <h1 align="center">Question Answering - Legal Refugiados v1.0</h1>
90
  <h2 align="center">Apoyo para informar y responder a consultas acerca de procedimientos y leyes de actuación y protección a asiliados y refugiados.</h2>
 
127
 
128
 
129
  #demo.queue(max_size=None)
130
+ demo.launch(debug=True, share=False, allowed_paths=["images/chatgpt-refugees1.png"])
131