Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,7 @@ from utils.get_answer import get_answer
|
|
3 |
|
4 |
title = "HouseMD bot"
|
5 |
|
6 |
-
description = "Gradio Demo for telegram bot
|
7 |
-
To use it, simply add your text message.\
|
8 |
-
I've used the API on this Space to deploy the model on a Telegram bot."
|
9 |
|
10 |
|
11 |
interface = gr.Interface(
|
|
|
3 |
|
4 |
title = "HouseMD bot"
|
5 |
|
6 |
+
description = "Gradio Demo for telegram bot. To use it, simply add your text message."
|
|
|
|
|
7 |
|
8 |
|
9 |
interface = gr.Interface(
|