Pattr commited on
Commit
482d77f
·
1 Parent(s): 5a114c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,4 +61,4 @@ def transcribe():
61
  gr.Interface(
62
  fn=transcribe,
63
  inputs="text",
64
- outputs="image").launch(share = True)
 
61
  gr.Interface(
62
  fn=transcribe,
63
  inputs="text",
64
+ outputs="image").launch()