KahnT commited on
Commit
5faaa44
·
1 Parent(s): d6cfccd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -1,6 +1,13 @@
1
  import gradio as gr
2
 
3
- print("Có gì đâu mà xuất")
 
 
 
 
 
 
 
4
 
5
  """
6
  # GPTZero Alternative - AI Content Detector - ZeroGPT.CC
 
1
  import gradio as gr
2
 
3
+ def say_hello():
4
+ return "GPTZero Alternative - AI Content Detector - <a href='https://zerogpt.cc'>ZeroGPT.CC</a>"
5
+
6
+ iface = gr.Interface(fn=say_hello,
7
+ inputs=None,
8
+ outputs="text")
9
+
10
+ iface.launch()
11
 
12
  """
13
  # GPTZero Alternative - AI Content Detector - ZeroGPT.CC