yzhuang commited on
Commit
246290c
·
verified ·
1 Parent(s): dbe5296

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  # app.py
2
  import json, requests, gradio as gr
 
3
 
4
  API_URL = "http://0.0.0.0:8000/v1/chat/completions"
5
 
 
1
  # app.py
2
  import json, requests, gradio as gr
3
+ import serve
4
 
5
  API_URL = "http://0.0.0.0:8000/v1/chat/completions"
6