Spaces:
Runtime error
Runtime error
Commit
·
879aa8e
1
Parent(s):
e0ce38d
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,14 +16,4 @@ demo = gr.load(
|
|
| 16 |
)
|
| 17 |
|
| 18 |
if __name__ == "__main__":
|
| 19 |
-
demo.launch()
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
import telebot
|
| 23 |
-
|
| 24 |
-
bot = telebot.TeleBot('6701619783:AAFE384ILY-KADTXQryB0mLqwh-Svwu2lyE')
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
@bot.message_handler(user_message =['label'])
|
| 29 |
-
bot.reply_to(message,"inputs").
|
|
|
|
| 16 |
)
|
| 17 |
|
| 18 |
if __name__ == "__main__":
|
| 19 |
+
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|