zohoor1992 commited on
Commit
e570ec5
·
verified ·
1 Parent(s): 1897ac8

requirements.txt

Browse files

transformers
torch

Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,3 +17,5 @@ def chat(user_input):
17
 
18
  iface = gr.Interface(fn=chat, inputs="text", outputs="text", title="🤖 روبوت دردشة ذكي")
19
  iface.launch()
 
 
 
17
 
18
  iface = gr.Interface(fn=chat, inputs="text", outputs="text", title="🤖 روبوت دردشة ذكي")
19
  iface.launch()
20
+
21
+