Spaces:
Runtime error
Runtime error
charliebaby2023
commited on
Commit
•
62ffe70
1
Parent(s):
fa85150
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ interface = gr.Interface(
|
|
23 |
)
|
24 |
#gr.Interface.queue(api_open=True)
|
25 |
for token in client.text_generation("How do you make cheese?", max_new_tokens=12, stream=True):
|
26 |
-
print(token)
|
27 |
interface.launch(debug=True)
|
28 |
|
29 |
|
|
|
23 |
)
|
24 |
#gr.Interface.queue(api_open=True)
|
25 |
for token in client.text_generation("How do you make cheese?", max_new_tokens=12, stream=True):
|
26 |
+
#print(token)
|
27 |
interface.launch(debug=True)
|
28 |
|
29 |
|