SilvioLima commited on
Commit
2fce150
·
verified ·
1 Parent(s): 1d2a9e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,4 +122,4 @@ with gr.Blocks(title="FastAPI + Gradio Integrado") as demo:
122
 
123
  # --- Para funcionar no Hugging Face Spaces ---
124
  if __name__ == "__main__":
125
- demo.launch()
 
122
 
123
  # --- Para funcionar no Hugging Face Spaces ---
124
  if __name__ == "__main__":
125
+ demo.launch(share=True)