yewzy commited on
Commit
de6ffe5
·
verified ·
1 Parent(s): 72ec228

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)