Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -172,7 +172,7 @@ examples = [
|
|
| 172 |
|
| 173 |
demo = gr.Blocks()
|
| 174 |
|
| 175 |
-
with gr.Blocks as demo:
|
| 176 |
gr.ChatInterface(predict)
|
| 177 |
gr.HTML("""<h3 style="text-align:center">Sources</h3><p>""" + source_text + """</p>""")
|
| 178 |
|
|
|
|
| 172 |
|
| 173 |
demo = gr.Blocks()
|
| 174 |
|
| 175 |
+
with gr.Blocks() as demo:
|
| 176 |
gr.ChatInterface(predict)
|
| 177 |
gr.HTML("""<h3 style="text-align:center">Sources</h3><p>""" + source_text + """</p>""")
|
| 178 |
|