yaful commited on
Commit
a6fd88e
1 Parent(s): bc98429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,5 +47,5 @@ This is a demo on Github project 🏃 [Deepfake Text Detection in the Wild](http
47
 
48
 
49
 
50
- iface = gr.Interface(fn=detect, inputs="text", outputs="text", description=gr.Markdown(description_e))
51
  iface.launch()
 
47
 
48
 
49
 
50
+ iface = gr.Interface(fn=detect, inputs="text", outputs="text", description=description_e)
51
  iface.launch()