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

Update app.py

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