vikas83 commited on
Commit
7e79349
·
verified ·
1 Parent(s): ad255f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ with gr.Blocks() as iface:
38
  generate_btn.click(generate_response, inputs=input_text, outputs=output_text)
39
 
40
  # Launch Gradio UI (No need to specify theme and layout directly now)
41
- iface.launch(server_name="0.0.0.0", server_port=7860) i have created it with gradio now i want to convert it into streamlit
 
38
  generate_btn.click(generate_response, inputs=input_text, outputs=output_text)
39
 
40
  # Launch Gradio UI (No need to specify theme and layout directly now)
41
+ iface.launch(server_name="0.0.0.0", server_port=7860)