Spaces:
Runtime error
Runtime error
Vision-CAIR
commited on
Commit
β’
fd40fb9
1
Parent(s):
68143b2
Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,7 @@ article = """<p><a href='https://minigpt-4.github.io'><img src='https://img.shie
|
|
112 |
|
113 |
with gr.Blocks() as demo:
|
114 |
gr.Markdown(title)
|
|
|
115 |
gr.Markdown(description)
|
116 |
gr.Markdown(article)
|
117 |
|
|
|
112 |
|
113 |
with gr.Blocks() as demo:
|
114 |
gr.Markdown(title)
|
115 |
+
gr.Markdown(SHARED_UI_WARNING)
|
116 |
gr.Markdown(description)
|
117 |
gr.Markdown(article)
|
118 |
|