Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ custom_css = """
|
|
| 33 |
"""
|
| 34 |
|
| 35 |
with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
|
| 36 |
-
gr.ChatInterface(respond, type="messages")
|
| 37 |
|
| 38 |
if __name__ == "__main__":
|
| 39 |
demo.launch(share=True)
|
|
|
|
| 33 |
"""
|
| 34 |
|
| 35 |
with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
|
| 36 |
+
gr.ChatInterface(respond, type="messages")
|
| 37 |
|
| 38 |
if __name__ == "__main__":
|
| 39 |
demo.launch(share=True)
|