Spaces:
Running
Running
Commit
·
b7671a0
1
Parent(s):
8f6ac24
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,7 @@ async def main():
|
|
65 |
# تعريف الواجهة
|
66 |
inputs = []
|
67 |
output = "text"
|
68 |
-
|
69 |
-
gr.Interface(fn=handle_messages, inputs=inputs, outputs=output).launch()
|
70 |
|
71 |
# Run the main function in the event loop
|
72 |
-
client.loop.run_until_complete(main())
|
|
|
65 |
# تعريف الواجهة
|
66 |
inputs = []
|
67 |
output = "text"
|
68 |
+
gr.Interface(fn=main, inputs=inputs, outputs=output).launch()
|
|
|
69 |
|
70 |
# Run the main function in the event loop
|
71 |
+
# client.loop.run_until_complete(main())
|