Update app.py
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ def classify_text(text):
|
|
11 |
# Create Gradio interface
|
12 |
iface = gr.Interface(fn=classify_text, inputs="text", outputs="json", title="Text Classification", description="Classify text using the Hello-SimpleAI/chatgpt-detector-roberta-chinese model")
|
13 |
|
14 |
-
iface.launch()
|
|
|
11 |
# Create Gradio interface
|
12 |
iface = gr.Interface(fn=classify_text, inputs="text", outputs="json", title="Text Classification", description="Classify text using the Hello-SimpleAI/chatgpt-detector-roberta-chinese model")
|
13 |
|
14 |
+
iface.launch(share=True)
|