Spaces:
Runtime error
Runtime error
Commit
·
b33cf3f
1
Parent(s):
3c8fd6e
correct fake
Browse files
app.py
CHANGED
|
@@ -658,7 +658,7 @@ def chathmi3(message, history):
|
|
| 658 |
print("-" * 20)
|
| 659 |
print("-" * 20)
|
| 660 |
|
| 661 |
-
def fake(
|
| 662 |
pass
|
| 663 |
|
| 664 |
with gr.Blocks() as demo:
|
|
|
|
| 658 |
print("-" * 20)
|
| 659 |
print("-" * 20)
|
| 660 |
|
| 661 |
+
def fake(message, history):
|
| 662 |
pass
|
| 663 |
|
| 664 |
with gr.Blocks() as demo:
|