Spaces:
Sleeping
Sleeping
MicroPanda123
commited on
Commit
·
2506589
1
Parent(s):
ef4cf6a
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -86,4 +86,4 @@ def generator(start, tokens):
|
|
86 |
|
87 |
demo = gr.Interface(fn=generator, inputs=["text", "number"], outputs="text")
|
88 |
|
89 |
-
demo.launch(
|
|
|
86 |
|
87 |
demo = gr.Interface(fn=generator, inputs=["text", "number"], outputs="text")
|
88 |
|
89 |
+
demo.launch()
|