Pclanglais commited on
Commit
27f6f13
1 Parent(s): aeeade2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -113,11 +113,4 @@ examples = [
113
  ]
114
 
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
-
122
- if __name__ == "__main__":
123
- demo.queue().launch()
 
113
  ]
114
 
115
 
116
+ gr.ChatInterface(predict).launch()