mehranandi commited on
Commit
f0b3433
·
1 Parent(s): f7e2016

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
 
4
  gr.load("models/openchat/openchat_3.5")
5
  app = gr.interface(fn = 0, input = "text", output = "text")
6
- app.launch()
7
  import telebot
8
 
9
  token = "6701619783:AAFE384ILY-KADTXQryB0mLqwh-Svwu2lyE"
 
3
 
4
  gr.load("models/openchat/openchat_3.5")
5
  app = gr.interface(fn = 0, input = "text", output = "text")
6
+
7
  import telebot
8
 
9
  token = "6701619783:AAFE384ILY-KADTXQryB0mLqwh-Svwu2lyE"