yasu-oh commited on
Commit
24d5f9f
·
1 Parent(s): b094e70

server_name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,4 +116,4 @@ iface = gr.Interface(
116
  description=("Hugging Face Hub APIから取得したsafetensorsの情報をもとに、llama.cppで量子化を行ったモデルの動作に必要なGPUメモリサイズを概算(GB単位)で計算します。")
117
  )
118
 
119
- iface.launch()
 
116
  description=("Hugging Face Hub APIから取得したsafetensorsの情報をもとに、llama.cppで量子化を行ったモデルの動作に必要なGPUメモリサイズを概算(GB単位)で計算します。")
117
  )
118
 
119
+ iface.launch(server_name="0.0.0.0")