Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
@@ -883,7 +883,7 @@ def create_interface():
|
|
883 |
"""
|
884 |
|
885 |
# Use Interface instead of Blocks
|
886 |
-
|
887 |
fn=datachat_interface,
|
888 |
inputs=[
|
889 |
gr.Radio(["Trained with Data", "Chat about Data"], label="Mode"),
|
|
|
883 |
"""
|
884 |
|
885 |
# Use Interface instead of Blocks
|
886 |
+
demo = gr.Interface(
|
887 |
fn=datachat_interface,
|
888 |
inputs=[
|
889 |
gr.Radio(["Trained with Data", "Chat about Data"], label="Mode"),
|