Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,5 +84,5 @@ interface = gr.Interface(
|
|
84 |
outputs=[gr.Textbox(label="Corrected Sentence"), gr.Markdown(label="Explanation")],
|
85 |
title="Chatbot with Auto-Correction and Vocabulary Explanations",
|
86 |
description="Enter a sentence for autocorrection and another for a vocabulary or sentence explanation."
|
87 |
-
)
|
88 |
interface.launch()
|
|
|
84 |
outputs=[gr.Textbox(label="Corrected Sentence"), gr.Markdown(label="Explanation")],
|
85 |
title="Chatbot with Auto-Correction and Vocabulary Explanations",
|
86 |
description="Enter a sentence for autocorrection and another for a vocabulary or sentence explanation."
|
87 |
+
)
|
88 |
interface.launch()
|