Spaces:
Runtime error
Runtime error
Ragnov commited on
Commit ·
813029b
1
Parent(s): af969af
remove share=True
Browse files
app.py
CHANGED
|
@@ -163,4 +163,4 @@ with demo:
|
|
| 163 |
Grammar_text_output2.change(diff_texts,inputs=[text_output2,Grammar_text_output2],outputs=Diff_text_output2)
|
| 164 |
Grammar_text_output3.change(diff_texts,inputs=[text_link_output,Grammar_text_output3],outputs=Diff_text_output3)
|
| 165 |
|
| 166 |
-
demo.launch(
|
|
|
|
| 163 |
Grammar_text_output2.change(diff_texts,inputs=[text_output2,Grammar_text_output2],outputs=Diff_text_output2)
|
| 164 |
Grammar_text_output3.change(diff_texts,inputs=[text_link_output,Grammar_text_output3],outputs=Diff_text_output3)
|
| 165 |
|
| 166 |
+
demo.launch()
|