Spaces:
Sleeping
Sleeping
Commit
·
deebb73
1
Parent(s):
b576ae9
add app.py10
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def predict(message_json):
|
|
42 |
|
43 |
return "تم إرسال الرسالة بنجاح إلى Pusher!"
|
44 |
except Exception as e:
|
45 |
-
return f"{
|
46 |
# إعداد واجهة Gradio
|
47 |
iface = gr.Interface(
|
48 |
fn=predict,
|
|
|
42 |
|
43 |
return "تم إرسال الرسالة بنجاح إلى Pusher!"
|
44 |
except Exception as e:
|
45 |
+
return f"{message_json}"
|
46 |
# إعداد واجهة Gradio
|
47 |
iface = gr.Interface(
|
48 |
fn=predict,
|