Tejasw1 commited on
Commit
4e20d76
·
verified ·
1 Parent(s): 3c51424

Upload folder using huggingface_hub

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ venv
__pycache__/gradio_app.cpython-311.pyc CHANGED
Binary files a/__pycache__/gradio_app.cpython-311.pyc and b/__pycache__/gradio_app.cpython-311.pyc differ
 
gradio_app.py CHANGED
@@ -107,4 +107,4 @@ demo = gr.Interface(
107
  examples=[fact],
108
  )
109
 
110
- demo.launch(server_name='0.0.0.0',server_port=7862)
 
107
  examples=[fact],
108
  )
109
 
110
+ demo.launch()