Docfile commited on
Commit
fd14223
·
1 Parent(s): 9411f00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ app1 = gr.Interface(
72
 
73
  app2 = gr.Interface(
74
  fn=cr,
75
- inputs= gr.TextBox(),
76
  outputs=gr.Textbox(),
77
  description=description_r,
78
  )
 
72
 
73
  app2 = gr.Interface(
74
  fn=cr,
75
+ inputs= gr.Textbox(),
76
  outputs=gr.Textbox(),
77
  description=description_r,
78
  )