Spaces:
Runtime error
Runtime error
fix: less noisy stuff in the output
Browse files
app.py
CHANGED
|
@@ -188,7 +188,7 @@ chat_interface = gr.ChatInterface(
|
|
| 188 |
cache_examples=False,
|
| 189 |
)
|
| 190 |
|
| 191 |
-
print(dir(chat_interface))
|
| 192 |
|
| 193 |
def evolve_text(x):
|
| 194 |
|
|
|
|
| 188 |
cache_examples=False,
|
| 189 |
)
|
| 190 |
|
| 191 |
+
#print(dir(chat_interface))
|
| 192 |
|
| 193 |
def evolve_text(x):
|
| 194 |
|