ahmedheakl commited on
Commit
7ab3b09
·
verified ·
1 Parent(s): 11d2c8b

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 ChatInterface(
56
  open_api_stream, type="messages", **kwargs
57
  )
58
 
 
52
  response += chunk.choices[0].delta.content
53
  yield response
54
 
55
+ return gr.ChatInterface(
56
  open_api_stream, type="messages", **kwargs
57
  )
58