Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from transformers import AutoTokenizer, AutoModel
|
|
8 |
title = "HouseMD bot"
|
9 |
|
10 |
description = "Gradio Demo for telegram bot.\
|
11 |
-
To use it, simply add your text message
|
12 |
I've used the API on this Space to deploy the model on a Telegram bot."
|
13 |
|
14 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
@@ -104,4 +104,4 @@ interface = gr.Interface(
|
|
104 |
title=title,
|
105 |
description=description
|
106 |
)
|
107 |
-
interface.launch(
|
|
|
8 |
title = "HouseMD bot"
|
9 |
|
10 |
description = "Gradio Demo for telegram bot.\
|
11 |
+
To use it, simply add your text message.\
|
12 |
I've used the API on this Space to deploy the model on a Telegram bot."
|
13 |
|
14 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
|
104 |
title=title,
|
105 |
description=description
|
106 |
)
|
107 |
+
interface.launch()
|