clarkchan commited on
Commit
b0eef1b
·
1 Parent(s): 4130c63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ def greet(name):
7
  decode_str = tokenizer.decode(result)
8
  return tensor_str,decode_str
9
  iface = gr.Interface(fn=greet, inputs="text", outputs=["text","text"])
10
- iface.launch(share=True,server_name="0.0.0.0")
 
7
  decode_str = tokenizer.decode(result)
8
  return tensor_str,decode_str
9
  iface = gr.Interface(fn=greet, inputs="text", outputs=["text","text"])
10
+ iface.launch(server_name="0.0.0.0")