Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks(fill_height=True) as demo:
|
4 |
-
gr.ChatInterface(lambda x,y:x)
|
5 |
demo.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks(fill_height=True) as demo:
|
4 |
+
gr.ChatInterface(lambda x,y:x)
|
5 |
demo.launch()
|