Spaces:
Paused
Paused
Update app.py
Browse files
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(
|
|
|
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")
|