doropiza commited on
Commit
e1ff8f3
·
1 Parent(s): c7abbaa
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,4 +129,4 @@ def respond(message, history):
129
 
130
  iface = gr.ChatInterface(fn=respond, title="Gemma-ZeroGPU Demo")
131
  if __name__ == "__main__":
132
- iface.launch(share=True, server_name="0.0.0.0", server_port=7860, ssr_mode=False)
 
129
 
130
  iface = gr.ChatInterface(fn=respond, title="Gemma-ZeroGPU Demo")
131
  if __name__ == "__main__":
132
+ iface.launch()