dnth commited on
Commit
94a2135
1 Parent(s): c34bc1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from telegram.ext import Updater, CommandHandler, CallbackContext, MessageHandle
3
  import requests
4
  from telegram import ChatAction
5
  import os
6
- 1
7
  def get_gpt_response(text):
8
  r = requests.post(
9
  url="https://hf.space/embed/akhaliq/gpt-j-6B/+/api/predict/",
 
3
  import requests
4
  from telegram import ChatAction
5
  import os
6
+
7
  def get_gpt_response(text):
8
  r = requests.post(
9
  url="https://hf.space/embed/akhaliq/gpt-j-6B/+/api/predict/",