sdgzero2ai commited on
Commit
52cf49a
·
verified ·
1 Parent(s): c1ffdfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
3
  def test(input_text):
4
  return f"Your text was: {input_text}"
5
 
 
6
  demo = gr.Interface(fn=test, inputs="text", outputs="text")
7
 
8
  if __name__ == "__main__":
 
3
  def test(input_text):
4
  return f"Your text was: {input_text}"
5
 
6
+
7
  demo = gr.Interface(fn=test, inputs="text", outputs="text")
8
 
9
  if __name__ == "__main__":