Upload folder using huggingface_hub
Browse files- template.py +1 -1
template.py
CHANGED
@@ -12,4 +12,4 @@ def inference(user_prompt):
|
|
12 |
demo = gr.Interface(fn=inference, inputs="textbox", outputs="textbox")
|
13 |
|
14 |
if __name__ == "__main__":
|
15 |
-
demo.launch(share=True
|
|
|
12 |
demo = gr.Interface(fn=inference, inputs="textbox", outputs="textbox")
|
13 |
|
14 |
if __name__ == "__main__":
|
15 |
+
demo.launch(share=True)
|