Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -121,4 +121,4 @@ inputs = [
|
|
121 |
|
122 |
outputs = gr.Markdown(label="Result")
|
123 |
|
124 |
-
gr.Interface(fn=evaluate, inputs=inputs, outputs=outputs, title="IELTS Writing Evaluation").launch()
|
|
|
121 |
|
122 |
outputs = gr.Markdown(label="Result")
|
123 |
|
124 |
+
gr.Interface(fn=evaluate, inputs=inputs, outputs=outputs, title="IELTS Writing Evaluation").launch(share=True)
|