EVANDROBATIST commited on
Commit
92fed3a
1 Parent(s): bc92583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def flip_image(x):
11
 
12
 
13
  with gr.Blocks() as demo:
14
- gr.Markdown("Machine Learning para Virar textos e imagens.") # Flip text or image files using this demo.
15
  with gr.Tab("Vire o Texto"):
16
  text_input = gr.Textbox()
17
  text_output = gr.Textbox()
 
11
 
12
 
13
  with gr.Blocks() as demo:
14
+ gr.Markdown("Machine Learning para Virar textos e imagens.")
15
  with gr.Tab("Vire o Texto"):
16
  text_input = gr.Textbox()
17
  text_output = gr.Textbox()