Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ interface = gr.Interface(fn= cloze_task,
|
|
18 |
title= title, description = description,
|
19 |
inputs=[gr.inputs.Textbox(lines=3)],
|
20 |
outputs=[gr.outputs.Textbox(label="Answer"),],
|
21 |
-
examples=[["from tensorflow.keras import
|
22 |
enable_queue=True
|
23 |
)
|
24 |
interface.launch(debug=True)
|
|
|
18 |
title= title, description = description,
|
19 |
inputs=[gr.inputs.Textbox(lines=3)],
|
20 |
outputs=[gr.outputs.Textbox(label="Answer"),],
|
21 |
+
examples=[["from tensorflow.keras import <mask>"],],
|
22 |
enable_queue=True
|
23 |
)
|
24 |
interface.launch(debug=True)
|