Spaces:
Runtime error
Runtime error
Commit
·
86677df
1
Parent(s):
2efc726
fake added
Browse files
app.py
CHANGED
@@ -658,12 +658,14 @@ def chathmi3(message, history):
|
|
658 |
print("-" * 20)
|
659 |
print("-" * 20)
|
660 |
|
661 |
-
|
|
|
662 |
|
663 |
with gr.Blocks() as demo:
|
664 |
# gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
|
665 |
main = gr.ChatInterface(
|
666 |
-
|
|
|
667 |
title="STLA BABY - YOUR FRIENDLY GUIDE",
|
668 |
description= "v0.3: Powered by MECH Core Team",
|
669 |
)
|
|
|
658 |
print("-" * 20)
|
659 |
print("-" * 20)
|
660 |
|
661 |
+
def fake(input):
|
662 |
+
pass
|
663 |
|
664 |
with gr.Blocks() as demo:
|
665 |
# gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
|
666 |
main = gr.ChatInterface(
|
667 |
+
fake,
|
668 |
+
input_variables:
|
669 |
title="STLA BABY - YOUR FRIENDLY GUIDE",
|
670 |
description= "v0.3: Powered by MECH Core Team",
|
671 |
)
|