Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -200,7 +200,9 @@ logo_html = '''
|
|
200 |
# Create a Blocks layout with the custom HTML and ChatInterface
|
201 |
with gr.Blocks(theme=gr.themes.Monochrome(), fill_height=True,css=css) as demo:
|
202 |
gr.HTML(logo_html)
|
203 |
-
gr.ChatInterface(predict
|
|
|
|
|
204 |
|
205 |
# Launch the interface
|
206 |
demo.launch()
|
|
|
200 |
# Create a Blocks layout with the custom HTML and ChatInterface
|
201 |
with gr.Blocks(theme=gr.themes.Monochrome(), fill_height=True,css=css) as demo:
|
202 |
gr.HTML(logo_html)
|
203 |
+
gr.ChatInterface(predict,clear_btn=None,
|
204 |
+
undo_btn=None,
|
205 |
+
retry_btn=None)
|
206 |
|
207 |
# Launch the interface
|
208 |
demo.launch()
|