SoyAlekZen commited on
Commit
59ace39
·
verified ·
1 Parent(s): e436557

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
67
  submit_btn="Enviar",
68
  stop_btn="Detener"
69
  ).queue()
70
- gr.Interface(fn=set_thread_id, inputs="textbox", title="id del hilo", outputs="id del hilo")
71
 
72
 
73
  if __name__ == "__main__":
 
67
  submit_btn="Enviar",
68
  stop_btn="Detener"
69
  ).queue()
70
+ gr.Interface(fn=set_thread_id, inputs="textbox", title="id del hilo", outputs=None)
71
 
72
 
73
  if __name__ == "__main__":