dammy commited on
Commit
1d3ea69
1 Parent(s): ea126ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,9 +1,7 @@
1
  import gradio as gr
2
 
3
 
4
- # Define a function to generate text.
5
- def generate_text(text):
6
-
7
 
8
  return 'success'
9
 
 
1
  import gradio as gr
2
 
3
 
4
+ def generate_text(text):
 
 
5
 
6
  return 'success'
7