MohammedAlakhras commited on
Commit
1c9d2b7
·
1 Parent(s): 3e96bbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,5 +43,5 @@ def handle_messages():
43
  # تعريف الواجهة
44
  inputs = []
45
  output = "text"
46
-
47
  gr.Interface(fn=handle_messages, inputs=inputs, outputs=output).launch()
 
43
  # تعريف الواجهة
44
  inputs = []
45
  output = "text"
46
+ handle_messages()
47
  gr.Interface(fn=handle_messages, inputs=inputs, outputs=output).launch()