Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -161,6 +161,5 @@ with gr.Blocks(title="تقييم قائمة تشغيل يوتيوب") as demo:
|
|
| 161 |
inputs=[youtube_url_input, max_comments_input, max_workers_input],
|
| 162 |
outputs=[output_text_box, output_plot]
|
| 163 |
)
|
| 164 |
-
|
| 165 |
# تشغيل واجهة Gradio
|
| 166 |
demo.launch(debug=True)
|
|
|
|
| 161 |
inputs=[youtube_url_input, max_comments_input, max_workers_input],
|
| 162 |
outputs=[output_text_box, output_plot]
|
| 163 |
)
|
|
|
|
| 164 |
# تشغيل واجهة Gradio
|
| 165 |
demo.launch(debug=True)
|