prath commited on
Commit
6f6d64b
Β·
1 Parent(s): 887a6ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ output_text = gr.outputs.Textbox(label="Output Text")
32
  interface = gr.Interface(fn=predict, inputs=input_text, outputs=output_text)
33
 
34
  # Run the interface
35
- interface.test_launch()
 
32
  interface = gr.Interface(fn=predict, inputs=input_text, outputs=output_text)
33
 
34
  # Run the interface
35
+ interface.launch()