ahmedheakl commited on
Commit
3499b16
·
verified ·
1 Parent(s): 7ab3b09

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -52,7 +52,7 @@ def load_chat(
52
  response += chunk.choices[0].delta.content
53
  yield response
54
 
55
- return gr.ChatInterface(
56
  open_api_stream, type="messages", **kwargs
57
  )
58
 
 
52
  response += chunk.choices[0].delta.content
53
  yield response
54
 
55
+ return ChatInterface(
56
  open_api_stream, type="messages", **kwargs
57
  )
58