HAMMALE commited on
Commit
8413b35
·
verified ·
1 Parent(s): bb8930c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -165,8 +165,4 @@ with gr.Blocks(title="SmallLM Demo", theme=gr.themes.Soft()) as demo:
165
  )
166
 
167
  if __name__ == "__main__":
168
- demo.launch(
169
- server_name="0.0.0.0",
170
- server_port=7860,
171
- share=True
172
- )
 
165
  )
166
 
167
  if __name__ == "__main__":
168
+ demo.launch()