Spaces:
Runtime error
Runtime error
Commit
·
5c81de9
1
Parent(s):
8554db3
print examples for debug
Browse files
app.py
CHANGED
@@ -216,7 +216,7 @@ examples = []
|
|
216 |
with open('example_input.txt', encoding='utf8') as f:
|
217 |
for line in f:
|
218 |
examples.append(line)
|
219 |
-
|
220 |
gradio.Interface(
|
221 |
main,
|
222 |
inputs="text",
|
|
|
216 |
with open('example_input.txt', encoding='utf8') as f:
|
217 |
for line in f:
|
218 |
examples.append(line)
|
219 |
+
print(examples)
|
220 |
gradio.Interface(
|
221 |
main,
|
222 |
inputs="text",
|