Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ examples = [
|
|
| 115 |
|
| 116 |
demo = gr.Blocks()
|
| 117 |
|
| 118 |
-
with gr.Blocks(theme='JohnSmith9982/small_and_pretty'
|
| 119 |
gr.HTML("""<h1 style="text-align:center">Albert-Tchap</h1>""")
|
| 120 |
gr.ChatInterface(predict).launch()
|
| 121 |
|
|
|
|
| 115 |
|
| 116 |
demo = gr.Blocks()
|
| 117 |
|
| 118 |
+
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
| 119 |
gr.HTML("""<h1 style="text-align:center">Albert-Tchap</h1>""")
|
| 120 |
gr.ChatInterface(predict).launch()
|
| 121 |
|